<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
This game is made for mature audiences of the age of 18 or over! If you are below 18, close this game right now.
I don't claim ownership of any of the images, characters, stories, etc in this game. This game is also completely free and open source! Feel free to do whatever you want with the code, text, images, etc.
Take into consideration that this game is a parody each character is completely fictitious and any connection to anyone or anything in the real world is just a coincidence and should be taken as such.
All characters involved in any kind of sexual situation are at least 18 years old and consent to sex. If you think that they are not consenting, it is just my shitty writing skill, and I would love some feedback.</p></td></tr></tbody></table></figure>
<hr>
[[ I understand and accept the term of use |Character Creation]]<<set $Can_Level_Up to true>>
<figure class="table"><table><tbody><tr> <td style="background-color:rgba(5, 5, 5, 0.8);">
<figure class="table">
<table>
<tbody>
<tr>
<td>
<img src="SanguisExHeroImages/Icons/Mutations.png" class="ImageBorderAvatars">
<h1 style="text-align:center;">[[Mutations]]</h1>
</td>
<td>
<img src="SanguisExHeroImages/Icons/Evolution.png" class="ImageBorderAvatars" >
<h1 style="text-align:center;">[[Evolutions]]</h1>
</td>
<td>
<img src="SanguisExHeroImages/Icons/Soul.png" class="ImageBorderAvatars" id="imagecenter">
<h1 style="text-align:center;">[[Souls]]</h1>
</td>
</tr>
</tbody>
</table>
</figure>
<p style="text-align:center;">
<<nobr>>
[[Training]] | [[Hunt]] | [[Pharmacy]] | [[Pawn Shop]] | [[Apartment]] <<if $Gwen_1 == false>>| [[Library]]<</if>> <<if $Gwen_1 == true && $Gwen_Soul != 1>>| [[Gwen Aparment|Call]]<</if>> <<if $Boss_1_Defeat == false && $Days >= 20>>| [[Search for the killer|Boss_Event_1_Quest]]<</if>>
<<if $Days == 20 >>
<<goto "Alert_Boss_1">>
<</if>>
<<if $Days == 25 && $Boss_1_Defeat == false>>
<<goto "First_Timer_Dead">>
<</if>>
/*Update version from a previus one to the other*/
<<if $Game_Version == "0.2.1" >>
<<set $Game_Version to 30>>
<<set $Boss_1_Defeat to false>>
<<set $Axe_Burchering to 0>>
<<set $Soul_Boss_1 to 0>>
<<set $Days to 19>>
<</if>>
<<if $Game_Version < 31 >>
<<set $Game_Version to 40>>
<<set $BloodCost to 1>>
<<set $Wrecking_Hammer to 0>>
<<set $Short_Shotgun to 0>>
<<set $Hammer_Thug_Soul to 0>>
<<set $Hammer_Thug_Soul_exp to 0>>
<<set $Current_Hammer_Thug_need_exp to 0>>
<<set $Shotgun_Thug_Soul to 0>>
<<set $Shotgun_Thug_Soul_exp to 0>>
<<set $Current_Shotgun_Thug_need_exp to 0>>
<</if>>
<<if $Game_Version < 41 >>
<<set $Game_Version to 50>>
<<set $Karen_1 to false>>
<<set $Karen_servant to false>>
<<set $Karen_Is_Sub to false>>
<<set $Karen_Preg to false>>
<<set $Karen_Soul to 0>>
<</if>>
<<if $Game_Version < 51 >>
<<set $Game_Version to 52>>
<<set $Salmacis_bath to false>>
<</if>>
<</nobr>></p>
</td> </tr> </tbody> </table></figure>
/* Appearance Vars */
$Hair_Style
$Hair_Color
$Eye_Color
$Skin_Color
$Genre
$Body_Type
/*Names*/
$Name
$Physique_Level
$Physique_Discount
$Physique_Extra_Bonus
$Dexterity_Level
$Dexterity_Discount
$Dexterity_Extra_Bonus
$Perception_Level
$Perception_Discount
$Perception_Extra_Bonus
$Charisma_Level
$Charisma_Discount
$Charisma_Extra_Bonus
$Intelligence_Level
$Intelligence_Discount
$Intelligence_Extra_Bonus
$Money
$Max_Energy
$Energy
$Days
/*Achievements*/
<<set $First_Blood to false>>
<<set $V_Card to false>>
<<set $First_Call_Action to false>>
<<set $Boss_1_Defeat to false>>
<<set $Game_Version to 52>>
/*Pronouns*/
<<set $He to "He">>
<<set $him to "him">>
<<set $he to "he">>
<<set $boy to "boy">>
<<set $his to "his">>
<<set $teenager to "boy">>
<<set $himself to "himself">>
<<set $player_avatar to "SanguisExHeroImages/Avatars/PlayerJock.png">>
<<set $player_avatar_mini to "SanguisExHeroImages/Avatars/JockMini.png">>
/*Items*/
<<set $Steroids to false>>
<<set $Stimulants to false>>
<<set $Clarionex to false>>
<<set $Magnetizeol to false>>
<<set $Focusyn to false>>
<<set $Shiv to 0>>
<<set $Steak_knife to 0>>
<<set $Pistol_9mm to 0>>
<<set $Axe_Burchering to 0>>
<<set $Wrecking_Hammer to 0>>
<<set $Short_Shotgun to 0>>
/* Apparance Vars */
<<set $Hair_Style to "Long">>
<<set $Hair_Color to "White">>
<<set $Eye_Color to "Red">>
<<set $Skin_Color to "Pale">>
<<set $Genre to "Male">>
<<set $Body_Type to "Big">>
/*Names*/
<<set $Name to "Wilson">>
/* Power Vars */
<<set $Physique_Level to 1>>
<<set $Physique_Level_Bonus to 0>>
<<set $Physique_Discount to 1>>
<<set $Physique_exp_current to 0>>
<<set $Physique_exp_to_level_up to $Physique_Level * $Physique_Level * 10>>
<<set $Dexterity_Level to 1>>
<<set $Dexterity_Level_Bonus to 0>>
<<set $Dexterity_Discount to 1>>
<<set $Dexterity_exp_current to 0>>
<<set $Dexterity_exp_to_level_up to $Dexterity_Level * $Dexterity_Level * 10>>
<<set $Perception_Level to 1>>
<<set $Perception_Level_Bonus to 0>>
<<set $Perception_Discount to 1>>
<<set $Perception_exp_current to 0>>
<<set $Perception_exp_to_level_up to $Perception_Level * $Perception_Level * 10>>
<<set $Charisma_Level to 1>>
<<set $Charisma_Level_Bonus to 0>>
<<set $Charisma_Discount to 1>>
<<set $Charisma_exp_current to 0>>
<<set $Charisma_exp_to_level_up to $Charisma_Level * $Charisma_Level * 10>>
<<set $Intelligence_Level to 1>>
<<set $Intelligence_Level_Bonus to 0>>
<<set $Intelligence_Discount to 1>>
<<set $Intelligence_exp_current to 0>>
<<set $Intelligence_exp_to_level_up to $Intelligence_Level * $Intelligence_Level * 10>>
<<set $Money to 100>>
<<set $Days to 1>>
<<set $Energy to 5>>
<<set $Max_Energy to 10>>
<<set $Extra_Hp_Event to 0>>
<<set $Player_Damage_Reduction to 0>>
<<set $Servants_daily_blood to 0>>
<<set $BloodCost to 1>>
/*Souls*/
<<set $Alex_Soul to 0>>
<<set $Zoey_Soul to 0>>
<<set $Gwen_Soul to 0>>
<<set $Karen_Soul to 0>>
<<set $Soul_Boss_1 to 0>>
<<set $Knife_Thug_Soul to 0>>
<<set $Knife_Thug_Soul_exp to 0>>
<<set $Pistol_Thug_Soul to 0>>
<<set $Pistol_Thug_Soul_exp to 0>>
<<set $Hobo_Soul to 0>>
<<set $Hobo_Soul_exp to 0>>
<<set $Current_Hobo_need_exp to 0>>
<<set $Hammer_Thug_Soul to 0>>
<<set $Hammer_Thug_Soul_exp to 0>>
<<set $Current_Hammer_Thug_need_exp to 0>>
<<set $Shotgun_Thug_Soul to 0>>
<<set $Shotgun_Thug_Soul_exp to 0>>
<<set $Current_Shotgun_Thug_need_exp to 0>>
/*Misc Vars */
<<set $Can_Level_Up to false>>
<<set $Blood_mutation_points to 0>>
<<set $Cleanser_blood to false>>
<<set $Days_Counter_Dream to 0 >>
<<set $Days_Counter_Event to 0 >>
/*Mutations*/
<<set $Mercurial_bite to false>>
<<set $Crimson_leep to false>>
<<set $Predator_claws to false>>
<<set $Abominable_strength to false>>
<<set $Mesmerizing_eyes to false>>
<<set $Night_stalker to false>>
<<set $Soul_Voyeur to false>>
<<set $Salmacis_bath to false>>
/*Evolutions*/
<<set $Evolution to "Neonate">>
<<set $Killing_Count to 0>>
<<set $Fucking_Count to 0>>
<<set $VampireKilled to false>>
<<set $HumanKilled to false>>
/*Girl Vars*/
<<set $Zoey_1 to false>>
<<set $Zoey_servant to false>>
<<set $Zoey_Is_Sub to false>>
<<set $Zoey_Preg to false>>
<<set $Gwen_1 to false>>
<<set $Gwen_servant to false>>
<<set $Gwen_Is_Sub to false>>
<<set $Gwen_Preg to false>>
<<set $Alex_1 to false>>
<<set $Alex_servant to false>>
<<set $Alex_Is_Sub to false>>
<<set $Alex_Preg to false>>
<<set $Karen_1 to false>>
<<set $Karen_servant to false>>
<<set $Karen_Is_Sub to false>>
<<set $Karen_Preg to false>>
<<set $Like_books to false>>
<<set $Like_horror_books to false>><h3>Turn: $Days</h3><h3>Money: $Money</h3><h3>Blood: $Energy/$Max_Energy</h3><<statusbar "Energy" "$Max_Energy" "$Energy" "0" >>
-------<<if $Evolution == "Vampyr" >><<set $Thralls_Cha to $Charisma_Level + $Charisma_Level_Bonus>>
<h3>Thralls: $Thralls / $Thralls_Cha </h3><</if>><<nobr>>
<<set _tempPhysique_Discount to $Physique_Discount * 100>><<set _tempDexterity_Discount to $Dexterity_Discount * 100>><<set _tempCharisma_Discount to $Charisma_Discount * 100>><<set _tempIntelligence_Discount to $Intelligence_Discount * 100>><<set _tempPerception_Discount to $Perception_Discount * 100>>
<<set _temp_Dex to $Dexterity_Level + $Dexterity_Level_Bonus>>
<<set _temp_Phy to $Physique_Level + $Physique_Level_Bonus>>
<<set _temp_Cha to $Charisma_Level + $Charisma_Level_Bonus>>
<<set _temp_Int to $Intelligence_Level + $Intelligence_Level_Bonus>>
<<set _temp_Perp to $Perception_Level + $Perception_Level_Bonus>>
<</nobr>>
<img @src=$player_avatar class="ImageBorder" id="hp">
<strong><u>Type:</u></strong> $Evolution
<strong><u>Attributes</u></strong><ul><p>
<li>[[?|Physique_Info]] Physique($Physique_Level) [_temp_Phy]: $Physique_exp_current / $Physique_exp_to_level_up _tempPhysique_Discount %
</li>
<li>[[?|Dexterity_Info]] Dexterity($Dexterity_Level) [_temp_Dex]: $Dexterity_exp_current / $Dexterity_exp_to_level_up _tempDexterity_Discount %
</li>
<li>[[?|Charisma_Info]] Charisma($Charisma_Level) [_temp_Cha]: $Charisma_exp_current / $Charisma_exp_to_level_up _tempCharisma_Discount %
</li>
<li>[[?|Intelligence_Info]] Intelligence($Intelligence_Level) [_temp_Int]: $Intelligence_exp_current / $Intelligence_exp_to_level_up _tempIntelligence_Discount %
</li>
<li>[[?|Perception_Info]] Perception($Perception_Level) [_temp_Perp]: $Perception_exp_current / $Perception_exp_to_level_up _tempPerception_Discount %
</li>
</p></ul> <<nobr>>
<<if $Body_Type =="Big" >>
$Name was a massive $boy, with a set of chiseled abs and biceps the size of $him head. $He was two meters tall, making $him a colossus walking among normal people who exuded sheer power.
<</if>>
<<if $Body_Type =="Petite" >>
$Name was a petite $boy, with a posterior so big and plump that it seemed made to be touched. The $boy was 1.4 meters tall, making $him a cute and adorable person who didn't look like a threat at all.
<</if>>
<<if $Body_Type =="Normal" >>
$Name was just a regular-sized $boy with a good-looking face. The vampire was 1,75 meters tall, making $him just another face in the crowd of people.<</if>>
<</nobr>>
------------------------------------------------------------------------------------------
<<nobr>>
<<if $Mercurial_bite == true >><figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/2o.png" class="ImageBorderAvatars">
</td> <td><h4>Mercurial bite</h4>The mouth of the vampire evolves to be able to turn each single one of their teeth into bloodsucking daggers. This way they can drain a fully grown adult in seconds, gaining an excellent way to recover mid-combat or kill people without leaving a mess behind. Unlocks the movement Maul (Cost 3 AP, needs to be in close distance, deals damage equal to half your Physique plus other melee bonus, heals you equal to half your Physique, the chance to hit is equal to 1d20+ Dexterity plus other bonus) and gives +1 extra Physique.</td> </tr> </tbody> </table></figure><hr>
<</if>>
<<if $Crimson_leep == true >>
<figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/1o.png" class="ImageBorderAvatars">
</td> <td><h4>Crimson leep</h4>The agility, running, and jumping capacities of the vampire become so extreme that they are no longer bound by human limits. They can easily jump from building to building and run as fast as a professional cyclist without trying. Unlocks the movement Bloody charge (Cost 2 AP, changes the distance to close, deals [[Bleed]] charge and count equal to half your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus) and gives +1 extra Dexterity.
</td> </tr> </tbody> </table></figure><hr>
<</if>>
<<if $Predator_claws == true >>
<figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/3o.png" class="ImageBorderAvatars">
</td> <td><h4>Predator claws </h4>Claws are a universally bad weapon unless they have some paranormal properties, and this is the case. The vampire can grow at will 5 cm long nails that can easily cut through basic anti-stabbing armor like thick leather, chainmail, and Kevlar vests. Unlocks the movement Piercing jab (Cost 2 AP, needs to be in close distance, deals damage equal to half your Physique plus other melee bonus, ignores armor equal to half your Intelligence, and the chance to hit is equal to 1d20+ Dexterity plus other bonus) and gives +1 extra Physique.
</td> </tr> </tbody> </table></figure><hr>
<</if>>
<<if $Abominable_strength == true >>
<figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/4o.png" class="ImageBorderAvatars">
</td> <td><h4>Abominable strength</h4>The vampiric esoteric blood had soaked the muscles enough that they had twisted into something that by far exceeded the normal limits. With this mutation, the vampire increases their power to such a degree that if they were at the peak of human strength before, now they are two times stronger than any human. Your maximum Hp is increased by 20% and gives +1 extra Physique.
</td> </tr></tbody></table></figure><hr>
<</if>>
<<if $Mesmerizing_eyes == true >>
<figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/5o.png" class="ImageBorderAvatars">
</td> <td><h4>Mesmerizing eyes</h4>The eyes are the window of the soul, but the blood is their household. By manipulating the blood vessels in one eye, they can generate a spiral hypnotic pattern that twists the will of someone. On this basic level, the vampire can create some sort of suspension of disbelief in the target, making them fall for their orders easily, as there is an impulse in them to ignore each red flag.Unlocks the movement Gaze of Doubt(Cost 1 AP, applies 4 charges of [[Stun]], and the chance to hit is equal to 1d20+ Perception X 2 plus other bonus) and gives +1 extra Charisma.
</td> </tr> </tbody> </table></figure><hr>
<</if>>
<<if $Soul_Voyeur == true >>
<figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/SoulV.png" class="ImageBorderAvatars">
</td> <td><h4> Soul Voyeur </h4>The parasensorial senses of the vampires developed to the point where they are able to see the shape of the soul of their targets. Allows the user to get a preview of the soul of each possible target and gives +2 extra Perception.
</td> </tr> </tbody></table></figure><hr><</if>>
<<if $Salmacis_bath == true >>
<figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/7o.png" class="ImageBorderAvatars">
</td> <td><h4> Salmacis bath </h4>The vampire is able to twist their anomaly in a fundamental way to switch gender at will, even at a cellular level, to the point of freely manipulating their chromosomes to make DNA evidence hard to track to them. Allows you to change gender from the status panel and gives +2 extra Charisma. [[Change gender.|GenderBendScene]]
</td> </tr> </tbody></table></figure><hr><</if>>
<<if $Night_stalker == true >>
<figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/6o.png" class="ImageBorderAvatars">
</td> <td><h4> Night stalker </h4>The vampire began to become a cognitive threat as his contradictory nature as something that is dead and alive messed with the senses of people when they wanted. They can become unable to see by peripheral vision, and they no longer make sound while moving.Unlocks the movement Cutthroat (Cost 3 AP, needs to be in close distance, deals 1 damage, [[Bleed]] charge and count equal to your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus) and gives +1 extra Dexterity.
</td> </tr> </tbody></table></figure><hr><</if>>
<hr>
<<if $Steak_knife != 0 >>
<li><b>Steak knife</b> X $Steak_knife: Cost 3 AP, needs to be in close distance, deals damage equal to your Physique +2 plus other melee bonus, deals [[Bleed]] charge and count equal to your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus..<br></li>
<</if>>
<<if $Shiv != 0 >>
<li><b>Shiv</b> X $Shiv : Cost 3 AP, needs to be in close distance, deals damage equal to half your Physique plus other melee bonus, deals [[Bleed]] charge and count equal to half your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus.<br></li>
<</if>>
<<if $Pistol_9mm != 0 >>
<li><b>9mm Pistol</b> X $Pistol_9mm : Cost 1 AP, deal 5 fixe damage and the chance to hit is equal to 1d20+ Perception plus other bonus.<br></li>
<</if>>
<<if $Axe_Burchering != 0 >>
<li><b>Butcher Axe</b> : A big fireaxe coated in dry blood. Cost 4 AP, deals damage equal to your Physique + 25% Physique plus other melee bonus, deals [[Bleed]] charge and count equal to your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus.<br></li>
<</if>>
<<if $Wrecking_Hammer != 0 >>
<li><b>Wrecking Hammer</b> X $Wrecking_Hammer : Costs 4 AP, deals damage equal to your Physique + 50% Physique plus other melee bonuses, and the chance to hit is equal to 1d20 + Dexterity plus other bonuses.<br></li>
<</if>>
<<if $Short_Shotgun != 0 >>
<li><b>Short Shotgun</b> X $Short_Shotgun : Costs 2 AP, deals 10 fixed damage, and the chance to hit is equal to 1d20 + perception plus other bonuses.<br></li>
<</if>>
<</nobr>>
<<back>>
[[Debug]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name pushed open the glass door of the pharmacy. The fluorescent light hummed over $him, casting a sickly white glow on the aisles filled with medicine, vitamins, and drugs. There was this stench of bleach mixed with some drops of antiseptic and alcohol lingering around $him.
$Name was in $his local pharmacy. The massive room had all types of drugs, stimulants, and supplements for any person with the money to buy them. Of course, none of them were supported by $his medical insurance, so they were really expensive.<<if $Steroids == false >>
<hr>
Steroids $100: A lifetime dose of specially created steroids that don't have any of the nasty secondary effects of the normal ones. Enhance the building up of muscle mass in the body. It provides a 10% discount on leveling up Physique. <<if $Money >=100 >><<link [[Buy it|Pharmacy]]>><<if $Money >=100 >><<set $Physique_Discount to $Physique_Discount -0.1 >><<set $Steroids to true >><<set $Money to $Money - 100 >>
<</if>>
<</link>><</if>>
<</if>>
<<if $Stimulants == false >><hr>
Stimulants $100: A one-time dose of paranormal mutagen mixes with the user's nerve system, making the synaptic connections a lot more efficient with their energy transference. It provides a 10% discount on leveling up Dexterity. <<if $Money >=100 >><<link [[Buy it|Pharmacy]]>>
<<if $Money >=100 >>
<<set $Dexterity_Discount to $Dexterity_Discount -0.1 >>
<<set $Stimulants to true >>
<<set $Money to $Money - 100 >>
<</if>>
<</link>><</if>>
<</if>>
<<if $Clarionex == false >><hr>
Clarionex $100: A dose of eye drops crafted to mutate and reshape the iris to improve their vision. This is done by enhancing the composition of the lens inside the eye by removing imperfections. It provides a 10% discount on leveling up Perception. <<if $Money >=100 >><<link [[Buy it|Pharmacy]]>>
<<if $Money >=100 >>
<<set $Perception_Discount to $Perception_Discount -0.1 >>
<<set $Clarionex to true >>
<<set $Money to $Money - 100 >>
<</if>>
<</link>><</if>>
<</if>>
<<if $Magnetizeol == false >><hr>
Magnetizeol $100: These bunch of pills are made out of the amber located in the stomach of esoteric whale substances. It provides a performance boost to the mirror neurons, allowing the patient to read other people's emotions better and increasing their speech skills. It provides a 10% discount on leveling up Charisma. <<if $Money >=100 >><<link [[Buy it|Pharmacy]]>>
<<if $Money >=100 >>
<<set $Charisma_Discount to $Charisma_Discount -0.1 >>
<<set $Magnetizeol to true >>
<<set $Money to $Money - 100 >>
<</if>>
<</link>><</if>>
<</if>>
<<if $Focusyn == false >><hr>
Focusyn $100: A controversial drug that is normally used to treat attention deficits. When used by healthy people, it increases their focus to a ridiculous level, making stuff like studying or concentrating a lot easier. It provides a 10% discount on leveling up Intelligence. <<if $Money >=100 >><<link [[Buy it|Pharmacy]]>>
<<if $Money >=100 >>
<<set $Intelligence_Discount to $Intelligence_Discount -0.1 >>
<<set $Focusyn to true >>
<<set $Money to $Money - 100 >>
<</if>>
<</link>><</if>>
<</if>><hr>
</p></td></tr></tbody></table></figure>
[[Return |Main_Hub]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name decided to just lay on the ground of $his apartment and began to do push-ups. A simple exercise that created some much-needed muscular mass since no matter what $he had, $he always needed more.
After some hours of hard work and being covered in a thick layer of sweat, $he could feel $his muscles quivering. $Name took a deep breath, decided that was enough for now, and went to take a shower.<<set $Energy to $Energy -Math.round(3 * $BloodCost)>>
<<set $Physique_exp_current to $Physique_exp_current +10 >>
<<set $Physique_exp_to_level_up to $Physique_Level * $Physique_Level * 10 *$Physique_Discount >>
<<set $Physique_exp_to_level_up = Math.round($Physique_exp_to_level_up)>>
You gain 10 points of exp ( $Physique_exp_current / $Physique_exp_to_level_up )
<<if $Physique_exp_current >= $Physique_exp_to_level_up >>
<<set $Physique_Level to $Physique_Level +1>>
<<set $Physique_exp_to_level_up to $Physique_Level * $Physique_Level * 10>>
<<set $Physique_exp_to_level_up = Math.round($Physique_exp_to_level_up)>>
<</if>>
Physique: $Physique_Level
<<set $Days to $Days+1>>
You gain $Servants_daily_blood blood points thanks your servants.
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>></p></td></tr></tbody></table></figure>
<hr>
[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name decided to jump the rope to train not only $his reflexes but also $his coordination. It was a hard exercise that $he needed to master, focusing on moving $his body at the same time $he spun the string.
After an hour of excruciating training, $he was done for the day. A mixture of pain and mental fatigue forced $him to take a rest. However, as the man stood there, feeling $his muscles getting cramped, $he decided to do some stretches before taking a bath.
<<set $Energy to $Energy -Math.round(3 * $BloodCost)>>
<<set $Dexterity_exp_current to $Dexterity_exp_current +10 >>
<<set $Dexterity_exp_to_level_up to $Dexterity_Level * $Dexterity_Level * 10 *$Dexterity_Discount >>
<<set $Dexterity_exp_to_level_up = Math.round($Dexterity_exp_to_level_up)>>
You gain 10 points of exp ( $Dexterity_exp_current / $Dexterity_exp_to_level_up )
<<if $Dexterity_exp_current >= $Dexterity_exp_to_level_up >>
<<set $Dexterity_Level to $Dexterity_Level +1>>
<<set $Dexterity_exp_to_level_up to $Dexterity_Level * $Dexterity_Level * 10>>
<<set $Dexterity_exp_to_level_up = Math.round($Dexterity_exp_to_level_up)>>
<</if>>
Dexterity: $Dexterity_Level
<<set $Days to $Days+1>>
You gain $Servants_daily_blood blood points thanks your servants.
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>></p></td></tr></tbody></table></figure>
<hr>
[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name just sat on top of $his bed, $his legs crossed and $his arms over $his lap, while closing $his eyes. $He began to focus and meditate, not looking at $his interior but at $his exterior. The $man focused $his senses for hours, trying to get any detail of the room $he was in. From the small buzzing of the pipes around $him to the humidity in the air.
After a few hours, $he finally opened$ his eyes, and $he felt $his senses more clearly. These exercises had really sharpened $his perception of the world around $him.
<<set $Energy to $Energy -Math.round(3 * $BloodCost)>>
<<set $Perception_exp_current to $Perception_exp_current +10 >>
<<set $Perception_exp_to_level_up to $Perception_Level * $Perception_Level * 10 *$Perception_Discount >>
<<set $Perception_exp_to_level_up = Math.round($Perception_exp_to_level_up)>>
You gain 10 points of exp ( $Perception_exp_current / $Perception_exp_to_level_up )
<<if $Perception_exp_current >= $Perception_exp_to_level_up >>
<<set $Perception_Level to $Perception_Level +1>>
<<set $Perception_exp_to_level_up to $Perception_Level * $Perception_Level * 10>>
<<set $Perception_exp_to_level_up = Math.round($Perception_exp_to_level_up)>>
<</if>>
Perception: $Perception_Level
<<set $Days to $Days+1>>
You gain $Servants_daily_blood blood points thanks your servants.
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>></p></td></tr></tbody></table></figure>
<hr>
[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name went to the bathroom and began to talk to $himself in the mirror. $He wanted to get more comfortable talking with people, so $he thought the best dummy target was the most socially inept person the $boy knew, himself.
After an hour of pure self-taking and lifting $himself up, $he felt a little more confident. Maybe $Name did not become better with words, but at least $he was more comfortable with $himself. That was all that mattered.
<<set $Energy to $Energy -Math.round(3 * $BloodCost)>>
<<set $Charisma_exp_current to $Charisma_exp_current +10 >>
<<set $Charisma_exp_to_level_up to $Charisma_Level * $Charisma_Level * 10 *$Charisma_Discount >>
<<set $Charisma_exp_to_level_up = Math.round($Charisma_exp_to_level_up)>>
You gain 10 points of exp ( $Charisma_exp_current / $Charisma_exp_to_level_up )
<<if $Charisma_exp_current >= $Charisma_exp_to_level_up >>
<<set $Charisma_Level to $Charisma_Level +1>>
<<set $Charisma_exp_to_level_up to $Charisma_Level * $Charisma_Level * 10>>
<<set $Charisma_exp_to_level_up = Math.round($Charisma_exp_to_level_up)>>
<</if>>
Charisma: $Charisma_Level
<<set $Days to $Days+1>>
You gain $Servants_daily_blood blood points thanks your servants.
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>></p></td></tr></tbody></table></figure>
<hr>
[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name would face one of the most despicable and powerful evils of this city, math! $He sat at the table with a huge book of mathematical problems, a calculator, and tons of paper, ready to train $his problem-solving skills.
After an hour of intense study, the $boy was done. $He even felt a little light on the head, $his brain hurting the same way as $his muscles ached after an intense day of exercise. However, $he felt smarter than before. Well, not so much smarter, but able to think a little faster than when $he started.
<<set $Energy to $Energy -Math.round(3 * $BloodCost)>>
<<set $Intelligence_exp_current to $Intelligence_exp_current +10 >>
<<set $Intelligence_exp_to_level_up to $Intelligence_Level * $Intelligence_Level * 10 *$Intelligence_Discount >>
<<set $Intelligence_exp_to_level_up = Math.round($Intelligence_exp_to_level_up)>>
You gain 10 points of exp ( $Intelligence_exp_current / $Intelligence_exp_to_level_up )
<<if $Intelligence_exp_current >= $Intelligence_exp_to_level_up >>
<<set $Intelligence_Level to $Intelligence_Level +1>>
<<set $Intelligence_exp_to_level_up to $Intelligence_Level * $Intelligence_Level * 10>>
<<set $Intelligence_exp_to_level_up = Math.round($Intelligence_exp_to_level_up)>>
<</if>>
Intelligence: $Intelligence_Level
<<set $Days to $Days+1>>
You gain $Servants_daily_blood blood points thanks your servants.
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>></p></td></tr></tbody></table></figure>
<hr>
[[Return|Main_Hub]]/*Drugs*/
$Steroids
$Stimulants
$Clarionex
$Magnetizeol
$Focusyn
$Cooking_Item_1_Offensive
$Cooking_Item_1_Deffensive
$Cooking_Item_1_Utility
$Electronic_Lockpick
$Electronic_Lense
$Electronic_USB
$Chemestry_Item_1_Phy
$Chemestry_Item_1_Cha
$Chemestry_Item_1_Dext
$Chemestry_Item_1_Perp
$Chemestry_Item_1_Int
$Fabrication_Item_1_Phy
$Fabrication_Item_1_Cha
$Fabrication_Item_1_Dext
$Fabrication_Item_1_Perp
$Fabrication_Item_1_Int
$Survival_Item_Fishing
$Survival_Item_Boulders
$Survival_Item_Hunting
$Mechanics_Item_Mount
$Mechanics_Item_Offensive
$Mehcanics_Item_3DPrinter
$Tailoring_Item_Cloath
$Tailoring_Item_Scarf
$Tailoring_Item_Bandages<figure class="table"> <table>
<tbody>
<tr>
<td style="background-color:rgba(23, 22, 17, 1);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
Enter your name:
<<textbox "$Name" "Wilson">>
<hr>
Select your body type: <<nobr>><br>
<<link [[-Male-|Character Creation]]>>
<<set $Genre to "Male">>
<<set $player_avatar to "SanguisExHeroImages/Avatars/PlayerMale.png">>
<<set $player_avatar_mini to "SanguisExHeroImages/Avatars/MaleMini.png">>
<<set $Body_Type to "Normal">>
<</link>>
<<link [[-Femboy-|Character Creation]]>>
<<set $Body_Type to "Petite">>
<<set $player_avatar to "SanguisExHeroImages/Avatars/PlayerFemboy.png">>
<<set $player_avatar_mini to "SanguisExHeroImages/Avatars/FemboyMini.png">>
<</link>>
<<link [[-Jock-|Character Creation]]>>
<<set $Genre to "Male">>
<<set $player_avatar to "SanguisExHeroImages/Avatars/PlayerJock.png">>
<<set $player_avatar_mini to "SanguisExHeroImages/Avatars/JockMini.png">>
<<set $Body_Type to "Big">>
<</link>>
<br>
<<link [[-Futanari-|Character Creation]]>>
<<set $Genre to "Futanari">>
<<set $Body_Type to "Normal">>
<<set $player_avatar to "SanguisExHeroImages/Avatars/PlayerFemale.png">>
<<set $player_avatar_mini to "SanguisExHeroImages/Avatars/GirlMini.png">>
<</link>>
<<link [[-Amazonian Futanari-|Character Creation]]>>
<<set $Genre to "Futanari">>
<<set $Body_Type to "Big">>
<<set $player_avatar to "SanguisExHeroImages/Avatars/PlayerAmazon.png">>
<<set $player_avatar_mini to "SanguisExHeroImages/Avatars/AmazonMini.png">>
<</link>>
<<link [[-Shortack Futanari-|Character Creation]]>>
<<set $Genre to "Futanari">>
<<set $Body_Type to "Petite">>
<<set $player_avatar to "SanguisExHeroImages/Avatars/PlayerShortack.png">>
<<set $player_avatar_mini to "SanguisExHeroImages/Avatars/GremblingMini.png">>
<</link>><</nobr>>
<ul>
<li>Select your skin color: <<listbox "$Skin_Color" >>
<<option "Pale">>
<<option "Light">>
<<option "Tanned" >>
<<option "Black" >>
<</listbox >></li>
<hr>
<li>Select your hair color <<listbox "$Hair_Color" >>
<<option "White">>
<<option "Black">>
<<option "Brown" >>
<<option "Blonde" >>
<<option "Red" >>
<</listbox >></li>
<hr>
<li>Select your hairstyle: <<listbox "$Hair_Style" >>
<<option "Long">>
<<option "Short">>
<<option "Bald" >>
<<option "Ponytail" >>
<<option "Mohawk" >>
<</listbox >></li>
<hr>
<li>Select your eye color: <<listbox "$Eye_Color" >>
<<option "Red">>
<<option "Green">>
<<option "Brown" >>
<<option "Golden" >>
<<option "Blue" >>
<<option "Purple" >>
<</listbox >>
<hr></li>
</ul>
</td>
<td style="background-color:rgba(23, 22, 17, 1);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:center;">
<img @src=$player_avatar class="CharacterCreationAvatar" >
</td>
</tr>
<tr>
<td style="background-color:rgba(23, 22, 17, 1);border-color:rgba(23, 22, 17, 1);border-style:solid;width:700px;vertical-align:top" colspan="2"> <h1 style="text-align:center;">[[Confirm character ->Intro_1]]</h1></td>
</tr>
</tbody>
</table>
</figure>
<<nobr>>
<<if $Genre is "Male">>
<<set $He to "He">>
<<set $him to "him">>
<<set $he to "he">>
<<set $boy to "boy">>
<<set $his to "his">>
<<set $His to "His">>
<<set $himself to "himself">>
<<if $Body_Type is "Petite">>
<<set $boy to "boy">>
<<set $teenager to "boy">>
<<else>>
<<set $boy to "man">>
<<set $teenager to "man">>
<</if>>
<<else>>
<<set $He to "She">>
<<set $him to "her">>
<<set $he to "she">>
<<set $himself to "herself">>
<<set $his to "her">>
<<set $His to "Her">>
<<if $Body_Type is "Petite">>
<<set $boy to "girl">>
<<set $teenager to "girl">>
<<else>>
<<set $boy to "woman">>
<<set $teenager to "woman">>
<</if>>
<</if>>
<</nobr>><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>New Hope! A city filled with villains, monsters, and crazy people with superpowers that play the roles of heroes and villains.
The only reason $Name decided to go live there was that the rent was dirt cheap, and even with that, the apartment that the $boy managed to get was bad, to say the least.
A box filled with the damp stench of old cigarettes from the previous owner. The walls, once white, were now a sick yellow-beige, with its paint peeling, revealing the cheap bricks under it. A single, dying white light in the middle of the living room/bedroom was the only thing holding back the darkness of this place.
The “kitchen” was only a corner of this box that had a mini-fridge that buzzed like an angry bee, a two-burner stove that was the embodiment of a fire hazard, and a sink that dripped constantly, no matter how tight the faucet was.
There was only one bed. It was a long and old, light brown sofa with almost no space for the $boy to lie on it.
Finally, it was the bathroom. Tiles cracked, black mold growing as if an alien invasion were starting in that moist box, rusted metal everywhere, and a shower that could only let out a drip of cold water.
$He had lost $his job as a dishwasher last week because the whole restaurant had exploded from collateral damage. So, there it was, the $boy again, job hunting in a city with 20% unemployment. Things were not great, so the moment $he decided to take a night to just unwind from all the tension, things went from bad to worse.</p></td></tr></tbody></table></figure>
<hr>[[Next |Intro_2]] <<nobr>><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<set $temp_2_price to Math.round(5 * $BloodCost)>>
<<set $temp_1_price to Math.round(3 * $BloodCost)>>
/*------------Physique-------------*/
<<if $Physique_Level >= 5 >>
<<if $Energy >= Math.round(5 * $BloodCost) and $Money >= 100>>
<br> [[Lift dumbbells. 1 Day |Physique_Level_2]]: A basic training that increases your Physique up to level 10. Since you bought the set with your credit card with tons of monthly fees and a high interest rate, you never seem to be able to finish the payment. Cost 100 money per use. Cost $temp_2_price Blood.
<<else>>
<br> Lift dumbbells. 1 Day : A basic training that increases your Physique up to level 10. Since you bought the set with your credit card with tons of monthly fees and a high interest rate, you never seem to be able to finish the payment. Cost 100 money per use. Cost $temp_2_price Blood.
<</if>>
<</if>>
<<if $Energy >=Math.round(3 * $BloodCost) and $Physique_Level < 5>>
<br>[[Do push ups. 1 Day |Physique_Level]]: A basic training that increases your Physique up to level 5 and doesn't cost any money. Cost $temp_1_price Blood.
<<else>>
<br>Do push ups. 1 Day : A basic training that increases your Physique up to level 5 and doesn't cost any money. Cost $temp_1_price Blood.
<</if>>
/*-------------Dexterity---------------*/
<<if $Dexterity_Level >= 5 >>
<<if $Energy >=Math.round(5 * $BloodCost) and $Money >= 100>>
<br> [[Go to a batting cage. 1 Day |Dexterity_Level_2]]: A basic training that increases your Dexterity up to level 10. It is a little expensive, but at least the place is near your home. Cost 100 money per use. Cost $temp_2_price Blood.
<<else>>
<br> Go to a batting cage. 1 Day: A basic training that increases your Dexterity up to level 10. It is a little expensive, but at least the place is near your home. Cost 100 money per use. Cost $temp_2_price Blood.
<</if>>
<</if>>
<<if $Energy >=Math.round(3 * $BloodCost) and $Dexterity_Level < 5>>
<br>[[Jump the rope. 1 Day |Dexterity_Level]]: A basic training that increases your Dexterity up to level 5 and doesn't cost any money since you found the rope by dumpster diving. Cost $temp_1_price Blood.
<<else>>
<br>Jump the rope. 1 Day: A basic training that increases your Dexterity up to level 5 and doesn't cost any money since you found the rope by dumpster diving. Cost $temp_1_price Blood.
<</if>>
/*-------------Perception---------------*/
<<if $Perception_Level >= 5 >>
<<if $Energy >=Math.round(5 * $BloodCost) and $Money >= 100>>
<br> [[Go to the arcade. 1 Day |Perception_Level_2]]: A basic training that increases your Perception up to level 10. All those games help you train not only your sense of vision but also your hearing. Cost 100 money per use. Cost $temp_2_price Blood.
<<else>>
<br> Go to the arcade. 1 Day : A basic training that increases your Perception up to level 10. All those games help you train not only your sense of vision but also your hearing. Cost 100 money per use. Cost $temp_2_price Blood.
<</if>>
<</if>>
<<if $Energy >=Math.round(3 * $BloodCost) and $Perception_Level < 5>>
<br>[[Meditation. 1 Day |Perception_Level]]: A basic training that increases your Perception up to level 5 and doesn't cost any money. Cost $temp_1_price Blood.
<<else>>
<br>Meditation. 1 Day: A basic training that increases your Perception up to level 5 and doesn't cost any money. Cost $temp_1_price Blood.
<</if>>
/*-------------Charisma---------------*/
<<if $Charisma_Level >= 5 >>
<<if $Energy >=Math.round(5 * $BloodCost) and $Money >= 100>>
<br> [[Read psychology and business books. 1 Day |Charisma_Level_2]]: A basic training that increases your Charisma up to level 10. You always recoup some money by selling your used books, but it is still a little bit expensive. Cost 100 money per use. Cost $temp_2_price Blood.
<<else>>
<br> Read psychology and business books. 1 Day: A basic training that increases your Charisma up to level 10. You always recoup some money by selling your used books, but it is still a little bit expensive. Cost 100 money per use. Cost $temp_2_price Blood.
<</if>>
<</if>>
<<if $Energy >=Math.round(3 * $BloodCost) and $Charisma_Level < 5>>
<br>[[Talk with you to a mirror. 1 Day |Charisma_Level]]: A basic training that increases your Charisma up to level 5 and doesn't cost any money. Cost $temp_1_price Blood.
<<else>>
<br>Talk with you to a mirror. 1 Day : A basic training that increases your Charisma up to level 5 and doesn't cost any money. Cost $temp_1_price Blood.
<</if>>
/*-------------Intelligence---------------*/
<<if $Intelligence_Level >= 5 >>
<<if $Energy >=Math.round(5 * $BloodCost) and $Money >= 100>>
<br> [[Complete Sudokus. 1 Day |Intelligence_Level_2]]: A basic training that increases your Intelligence up to level 10. The piles of paper and used pens are not free. Cost 100 money per use. Cost $temp_2_price Blood.
<<else>>
<br> Complete Sudokus. 1 Day: A basic training that increases your Intelligence up to level 10. The piles of paper and used pens are not free. Cost 100 money per use. Cost $temp_2_price Blood.
<</if>>
<</if>>
<<if $Energy >=Math.round(3 * $BloodCost) and $Intelligence_Level < 5>>
<br>[[Do math exercises. 1 Day |Intelligence_Level]]: A basic training that increases your Intelligence up to level 5 and doesn't cost any money. Cost $temp_1_price Blood.
<<else>>
<br>Do math exercises. 1 Day : A basic training that increases your Intelligence up to level 5 and doesn't cost any money. Cost $temp_1_price Blood.
<</if>>
</p></td></tr></tbody></table></figure> <</nobr>>
<hr>
[[Return |Main_Hub]]
<img src="SanguisExHeroImages\Icons\GameLogo.png" >
V 0.5.1
<a href=" https://www.patreon.com/c/u84800592">Patreon</a>
[[Status]]
<<link "Saves">><<script>>UI.saves()<</script>><</link>>
<<link "Reset">><<script>>UI.restart()<</script>><</link>>
This attribute is used for mostly two things: tests of strength and endurance, like running a marathon or breaking across a wall, and for any rolls related to your combat skills.
-Normal physique rolls are 1d20 + physique X 2.
-Combat rolls are 1d20 + ((physique + dexterity)/2 + (relevant combat skill)
<h3>Modifiers:</h3><<if $Steroids == true >><hr>
<img src="img\Items\Steroids.jpg" class="ImageBorder" id="hp">Steroids: A lifetime dose of specially created steroids that don't have any of the nasty secondary effects of the normal ones. Enhance the building up of muscle mass in the body. It provides a 10% discount on leveling up Physique.
<</if>>
This attribute has two important uses. First, it was used for all speech-related tasks, from intimidation to hostage negotiations. The second and most important is that charisma increases the amount of money you get from all kinds of sources. For example, each level gives you 10 extra bucks per patrol.
-Normal charisma rolls are 1d20 + charisma X 2.
<h3>Modifiers:</h3><<if $Magnetizeol == true >><hr>
<img src="img\Items\Magnetizeol.jpg" id="hp" class="ImageBorder">Magnetizeol: These bunch of pills are made out of the amber located in the stomach of esoteric whale substances. It provides a performance boost to the mirror neurons, allowing the patient to read other people's emotions better and increasing their speech skills. It provides a 10% discount on leveling up Charisma.
<</if>>
This attribute had two important uses. First is used to apply all kinds of technology and knowledge on the battlefield, like applying first aid to an injured person. Second, it is necessary to craft all kinds of inventions (not implemented yet).
-Normal intelligence rolls are 1d20 + intelligence X 2.
<h3>Modifiers:</h3><<if $Focusyn == true >><hr>
<img src="img\Items\Focusyn.jpg" id="hp" class="ImageBorder">Focusyn: A controversial drug that is normally used to treat attention deficits. When used by healthy people, it increases their focus to a ridiculous level, making stuff like studying or concentrating a lot easier. It provides a 10% discount on leveling up Intelligence.
<</if>><<nobr>><<nobr>><<checkCombatEnd $Player_Hp $Enemy_Hp>>
<figure class="table">
<table>
<tbody>
<tr>
<td >
<img @src=$player_avatar class="ImageBorder" id="hp">
</td>
<td style="width:500px;" rowspan="2">
<<if $Distance == 0>><br>Distance: Close<<else>><br>Distance: Far<</if>>
<br>$Combat_log
</td>
<td>
<<nobr>>
<img @src="$Enemy_Avatar" class="ImageBorder" id="hp">
<</nobr>>
</td>
</tr>
<tr>
<td>
<<nobr>>
Player HP: $Player_Hp
<<if $Player_Bleed_charges >0 >><Font color="red">[[Bleed]]: $Player_Bleed_count / $Player_Bleed_charges</font><</if>>
<<if $Player_Poison_count >0 >><Font color="green">[[Poison]]: $Player_Poison_count</font><</if>>
<<if $Player_Stun_count >0 >><Font color="yellow">[[Stun]]: $Player_Stun_count</font><</if>><</nobr>>
Player AC: $Player_AC
Player AP: $Player_AP
Armor: $Player_Armor
</td>
<td>
$Enemy_Name Hp: $Enemy_Hp
Enemy AC: $Enemy_AC
<<nobr>><<if $Enemy_Armor >0 >> Damage Reduction: $Enemy_Armor <</if>>
<<if $Enemy_Bleed_charges >0 >><Font color="red">[[Bleed]]: $Enemy_Bleed_count / $Enemy_Bleed_charges</font> <</if>>
<<if $Enemy_Poison_count >0 >><Font color="green">[[Poison]]: $Enemy_Poison_count</font><</if>>
<<if $Enemy_Stun_count >0 >><Font color="yellow">[[Stun]]: $Enemy_Stun_count</font><</if>><</nobr>>
</td> </tr></tbody></table></figure><</nobr>>
<<if $Player_AP >0 >>
<<if $Enemy_Hp >0 or $Player_Hp >0 >>
/*---------------------------------------- Melee moves-----------------------------------------------------------*/
<br>
<<if $Distance == 0 >>
/*-----------------normal punch------------------*/
<<if $Player_AP < 3 >><span title="Requires 3 AP">-Punch-</span><</if>>
<<if $Player_AP >= 3>>
<span title="You try to strike your target with your fists. Cost 3 AP, needs to be in close distance, deals damage equal to your Physique plus other melee bonus and the chance to hit is equal to 1d20+ Dexterity plus other bonus."><<link [[-Punch-|Combat_Main_Loop]]>></span>
<<if $Enemy_Hp >0 >>
<<set $Player_AP to $Player_AP-3>>
<<set $Dice = Math.floor(Math.random()*20)>>
<<Player_Punch $Total_Physique_Level $Total_Dexterity_Level $Enemy_AC $Enemy_Hp $Dice $Enemy_Armor>>
<<set $Combat_log to "You try to hit the enemy with your punchs with a " + $Dice + " dice plus "+$Total_Dexterity_Level+" and do " + $Total_Physique_Level + " damage vs a " + $Enemy_AC + " AC">>
<<if $Dice +$Total_Dexterity_Level > $Enemy_AC >>
<<set $Combat_log to $Combat_log+ " You managed to strike!">>
<<else>>
<<set $Combat_log to $Combat_log+ " You failed to strike!">>
<</if>>
<<checkCombatEnd $Player_Hp $Enemy_Hp>>
<</if>>
<</link>>
<</if>>
/*-----------------Maul------------------*/
<<if $Mercurial_bite ==true and $Player_AP < 3 >><span title="Requires 3 AP">-Maul-</span><</if>>
<<if $Mercurial_bite ==true and $Player_AP >= 3>>
<span title="With your teeth covered in anticoagulant saliva, you try to bite your target. Cost 3 AP, needs to be in close distance, deals damage equal to half your Physique plus other melee bonus, deals [[Bleed]] charge and count equal to half your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus."><<link [[-Maul-|Combat_Main_Loop]]>></span>
<<if $Enemy_Hp >0 >>
<<set $Player_AP to $Player_AP-3>>
<<set $Dice = Math.floor(Math.random()*20)>>
<<Player_Maul $Total_Physique_Level $Total_Dexterity_Level $Enemy_AC $Enemy_Hp $Dice $Enemy_Armor>>
<<set $Combat_log to "You try to bit the enemy with your fangs with a " + $Dice + " dice plus "+$Total_Dexterity_Level+" and do " + $Total_Physique_Level/2 + " damage vs a " + $Enemy_AC + " AC">>
<<if $Dice +$Total_Dexterity_Level > $Enemy_AC >>
<<set $Combat_log to $Combat_log+ " You managed to strike! Inflicts " +$Enemy_Bleed_count + "/" + $Enemy_Bleed_charges + " Bleed.">>
<<else>>
<<set $Combat_log to $Combat_log+ " You failed to strike!">>
<</if>>
<<checkCombatEnd $Player_Hp $Enemy_Hp>>
<</if>>
<</link>>
<</if>>
/*-------------------Cutthroat ----------------------*/
<<if $Night_stalker ==true and $Player_AP < 3 >><span title="Requires 3 AP">-Cut throat-</span><</if>>
<<if $Night_stalker == true and $Player_AP >= 3 >>
<span title="You try to sneak an attack on your target's most vulnerable part. Cost 3 AP, needs to be in close distance, deals 1 damage, Bleed charge and count equal to your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus."><<link [[-Cut throat-|Combat_Main_Loop]]>></span>
<<if $Enemy_Hp >0 >>
<<set $Player_AP to $Player_AP-3>>
<<set $Dice = Math.floor(Math.random()*20)>>
<<Player_Cutthroat $Total_Physique_Level $Total_Dexterity_Level $Enemy_AC $Enemy_Hp $Dice $Enemy_Armor>>
<<set $Combat_log to "You try to sneak an attack on your target's most vulnerable part with a " + $Dice + " dice plus "+$Total_Dexterity_Level+" and do " + $Total_Physique_Level + " Bleed charges and count vs a " + $Enemy_AC + " AC">>
<<if $Dice +$Total_Dexterity_Level > $Enemy_AC >>
<<set $Combat_log to $Combat_log+ " You managed to strike! Inflicts " +$Enemy_Bleed_count + "/" + $Enemy_Bleed_charges + " Bleed.">>
<<else>>
<<set $Combat_log to $Combat_log+ " You failed to strike!">>
<</if>>
<<checkCombatEnd $Player_Hp $Enemy_Hp>>
<</if>>
<</link>>
<</if>>
/*-----------------Bloody_charge------------------*/
<<if $Crimson_leep ==true and $Player_AP < 2 >><span title="Requires 2 AP">-Bloody Charge-</span><</if>>
<<if $Crimson_leep ==true and $Player_AP >= 2 >>
<span title="Cost 2 AP, changes the distance to close, deals Bleed charge and count equal to half your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus."><<link [[-Bloody Charge-|Combat_Main_Loop]]>></span>
<<if $Enemy_Hp >0 >>
<<set $Player_AP to $Player_AP-2>>
<<set $Dice = Math.floor(Math.random()*20)>>
<<Player_Bloody_charge $Total_Physique_Level $Total_Dexterity_Level $Enemy_AC $Enemy_Hp $Dice $Enemy_Armor>>
<<set $Combat_log to "You charge with a kick toward your enemy " + $Dice + " dice plus "+$Total_Dexterity_Level+" and do " + $Total_Physique_Level/2 + " damage vs a " + $Enemy_AC + " AC">>
<<if $Dice +$Total_Dexterity_Level > $Enemy_AC >>
<<set $Combat_log to $Combat_log+ " You managed to strike! Inflicts " +$Enemy_Bleed_count + "/" + $Enemy_Bleed_charges + " Bleed.">>
<<else>>
<<set $Combat_log to $Combat_log+ " You failed to strike!">>
<</if>>
<<checkCombatEnd $Player_Hp $Enemy_Hp>>
<</if>>
<</link>>
<</if>>
/*-----------------Piercing jab------------------*/
<<if $Predator_claws ==true and $Player_AP < 2 >><span title="Requires 2 AP">-Piercing jab-</span><</if>>
<<if $Predator_claws ==true and $Player_AP >= 2 >>
<span title="You claw your enemy with your hands. Cost 2 AP, needs to be in close distance, deals damage equal to half your Physique plus other melee bonus, ignores armor equal to half your Intelligence, and the chance to hit is equal to 1d20+ Dexterity plus other bonus"><<link [[-Piercing jab-|Combat_Main_Loop]]>></span>
<<if $Enemy_Hp >0 >>
<<set $Player_AP to $Player_AP-2>>
<<set $Dice = Math.floor(Math.random()*20)>>
<<Player_Punch $Total_Physique_Level $Total_Dexterity_Level $Enemy_AC $Enemy_Hp $Dice $Enemy_Armor $Total_Intelligence_Level>>
<<set $Combat_log to "You try to hit the enemy with your claws with a " + $Dice + " dice plus "+$Total_Dexterity_Level+" and do " + $Total_Physique_Level + " damage and "+$Total_Intelligence_Level+" Armor Penetration vs a " + $Enemy_AC + " AC">>
<<if $Dice +$Total_Dexterity_Level > $Enemy_AC >>
<<set $Combat_log to $Combat_log+ " You managed to strike!">>
<<else>>
<<set $Combat_log to $Combat_log+ " You failed to strike!">>
<</if>>
<<checkCombatEnd $Player_Hp $Enemy_Hp>>
<</if>>
<</link>>
<</if>>
/*-------------------------------Shiv------------------------------------------*/
<<if $Shiv != 0 and $Player_AP < 3 >><span title="Requires 3 AP">-Shiv-</span><</if>>
<<if $Shiv != 0 and $Player_AP >= 3>>
<span title="With your shiv you try to stab your enemy. Cost 3 AP, needs to be in close distance, deals damage equal to half your Physique plus other melee bonus, deals [[Bleed]] charge and count equal to half your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus."><<link [[-Shiv-|Combat_Main_Loop]]>></span>
<<if $Enemy_Hp >0 >>
<<set $Player_AP to $Player_AP-3>>
<<set $Dice = Math.floor(Math.random()*20)>>
<<Player_Shiv $Total_Physique_Level $Total_Dexterity_Level $Enemy_AC $Enemy_Hp $Dice $Enemy_Armor>>
<<set $Combat_log to "You try to stab the enemy with a " + $Dice + " dice plus "+$Total_Dexterity_Level+" and do " + $Total_Physique_Level + " damage vs a " + $Enemy_AC + " AC">>
<<if $Dice +$Total_Dexterity_Level > $Enemy_AC >>
<<set $Combat_log to $Combat_log+ " You managed to strike! Inflicts " +$Enemy_Bleed_count + "/" + $Enemy_Bleed_charges + " Bleed.">>
<<else>>
<<set $Combat_log to $Combat_log+ " You failed to strike!">>
<</if>>
<<checkCombatEnd $Player_Hp $Enemy_Hp>>
<</if>>
<</link>>
<</if>>
/*-------------------------------Big hammer------------------------------------------*/
<<if $Wrecking_Hammer != 0 and $Player_AP < 4 >><span title="Requires 4 AP">-Wrecking Hammer-</span><</if>>
<<if $Wrecking_Hammer != 0 and $Player_AP >= 4>>
<span title="With your hammer you try to smash your enemy. Costs 4 AP, deals damage equal to your Physique + 50% Physique plus other melee bonuses, and the chance to hit is equal to 1d20 + Dexterity plus other bonuses."><<link [[-Wrecking Hammer-|Combat_Main_Loop]]>></span>
<<if $Enemy_Hp >0 >>
<<set $Player_AP to $Player_AP-3>>
<<set $Dice = Math.floor(Math.random()*20)>>
<<Hammer_big_smash $Total_Physique_Level $Total_Dexterity_Level $Enemy_AC $Enemy_Hp $Dice $Enemy_Armor>>
<<set $Combat_log to "You try to strike the enemy with a " + $Dice + " dice plus "+$Total_Dexterity_Level+" and do " + $Total_Physique_Level + " damage vs a " + $Enemy_AC + " AC">>
<<if $Dice +$Total_Dexterity_Level > $Enemy_AC >>
<<set $Combat_log to $Combat_log+ " You managed to strike!">>
<<else>>
<<set $Combat_log to $Combat_log+ " You failed to strike!">>
<</if>>
<<checkCombatEnd $Player_Hp $Enemy_Hp>>
<</if>>
<</link>>
<</if>>
/*-------------------------------Steak Knife------------------------------------------*/
<<if $Steak_knife != 0 and $Player_AP < 3 >><span title="Requires 3 AP">-Steak Knife-</span><</if>>
<<if $Steak_knife != 0 and $Player_AP >= 3>>
<span title="You try to stab your target with your knife. Cost 3 AP, needs to be in close distance, deals damage equal to your Physique +2 plus other melee bonus, deals [[Bleed]] charge and count equal to your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus."><<link [[-Steak Knife-|Combat_Main_Loop]]>></span>
<<if $Enemy_Hp >0 >>
<<set $Player_AP to $Player_AP-3>>
<<set $Dice = Math.floor(Math.random()*20 )+$Knife_Thug_Soul>>
<<Steak_knife $Total_Physique_Level $Total_Dexterity_Level $Enemy_AC $Enemy_Hp $Dice $Enemy_Armor>>
<<set $Combat_log to "You try to stab the enemy with a " + $Dice + " dice plus "+$Total_Dexterity_Level+" and do " + $Total_Physique_Level + "+2 damage vs a " + $Enemy_AC + " AC">>
<<if $Dice +$Total_Dexterity_Level > $Enemy_AC >>
<<set $Combat_log to $Combat_log+ " You managed to strike! Inflicts " +$Enemy_Bleed_count + "/" + $Enemy_Bleed_charges + " Bleed.">>
<<else>>
<<set $Combat_log to $Combat_log+ " You failed to strike!">>
<</if>>
<<checkCombatEnd $Player_Hp $Enemy_Hp>>
<</if>>
<</link>>
<</if>>
/*-------------------------------Boss Axe------------------------------------------*/
<<if $Axe_Burchering != 0 and $Player_AP < 4 >><span title="Requires 4 AP">-Butcher Axe-</span><</if>>
<<if $Axe_Burchering != 0 and $Player_AP >= 4>>
<span title="You try to cut your target with your bloody axe. Cost 4 AP, deals damage equal to your Physique + 25% Physique plus other melee bonus, deals [[Bleed]] charge and count equal to your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus."><<link [[-Butcher Axe-|Combat_Main_Loop]]>></span>
<<if $Enemy_Hp >0 >>
<<set $Player_AP to $Player_AP-4>>
<<set $Dice = Math.floor(Math.random()*20 )>>
<<Butcher_axe $Total_Physique_Level $Total_Dexterity_Level $Enemy_AC $Enemy_Hp $Dice $Enemy_Armor>>
<<set $Combat_log to "You try to slash the enemy with a " + $Dice + " dice plus "+$Total_Dexterity_Level+" and do " + $Total_Physique_Level + "+2 damage vs a " + $Enemy_AC + " AC">>
<<if $Dice +$Total_Dexterity_Level > $Enemy_AC >>
<<set $Combat_log to $Combat_log+ " You managed to strike! Inflicts " +$Enemy_Bleed_count + "/" + $Enemy_Bleed_charges + " Bleed.">>
<<else>>
<<set $Combat_log to $Combat_log+ " You failed to strike!">>
<</if>>
<<checkCombatEnd $Player_Hp $Enemy_Hp>>
<</if>>
<</link>>
<</if>>
/*----------------------------------- Range moves-----------------------------------------------*/
<</if>><br>
/*----------------------------------- Gaze of doubt-----------------------------------------------*/
<<if $Mesmerizing_eyes == true>>
<span title="You make the target look into your evil eyes. Cost 1 AP, deals 4 [[Stun]] charges and the chance to hit is equal to 1d20+ Perception $Total_Perception_Level x 2 plus other bonus."> <<link [[-Gaze of doubt-|Combat_Main_Loop]]>></span>
<<if $Enemy_Hp >0 >>
<<set $Player_AP to $Player_AP-1>>
<<set $Dice = Math.floor(Math.random()*20)>>
<<Player_Gaze_Of_Doubt $Total_Intelligence_Level $Total_Perception_Level $Enemy_AC $Enemy_Hp $Dice>>
<<set $Combat_log to "You try to make the target look into your evil eyes with a " + $Dice + " dice plus "+$Total_Perception_Level+" and do 4 stun charges vs a " + $Enemy_AC + " AC">>
<<if $Dice +$Total_Dexterity_Level > $Enemy_AC >>
<<set $Combat_log to $Combat_log+ " You managed to strike!">>
<<else>>
<<set $Combat_log to $Combat_log+ " You failed to strike!">>
<</if>>
<<checkCombatEnd $Player_Hp $Enemy_Hp>>
<</if>>
<</link>>
<</if>>
/*----------------------------------- 9 mm pistol shoot-----------------------------------------------*/
<<if $Pistol_9mm != 0>>
<span title="You shoot the enemy with your pistol. Cost 1 AP, deal 5 fixe damage and the chance to hit is equal to 1d20+ Perception $Total_Perception_Level plus other bonus."> <<link [[-9mm Pistol-|Combat_Main_Loop]]>></span>
<<if $Enemy_Hp >0 >>
<<set $Player_AP to $Player_AP-1>>
<<set $Dice = Math.floor(Math.random()*20)>>
<<Player_9mmPistol $Total_Intelligence_Level $Total_Perception_Level $Enemy_AC $Enemy_Hp $Dice $Enemy_Armor $Pistol_Thug_Soul>>
<<set $Combat_log to "You try to shoot your target with a " + $Dice + " dice plus "+$Total_Perception_Level+" and do 5 damage vs a " + $Enemy_AC + " AC">>
<<if $Dice +$Total_Dexterity_Level > $Enemy_AC >>
<<set $Combat_log to $Combat_log+ " You managed to strike!">>
<<else>>
<<set $Combat_log to $Combat_log+ " You failed to strike!">>
<</if>>
<<checkCombatEnd $Player_Hp $Enemy_Hp>>
<</if>>
<</link>>
<</if>>
/*----------------------------------- Short Shotgun-----------------------------------------------*/
<<if $Short_Shotgun != 0 and $Player_AP < 2 >><span title="Requires 2 AP">-Short Shotgun-</span><</if>>
<<if $Short_Shotgun != 0 and $Player_AP >= 2>>
<span title="You shoot the enemy with your pistol. Costs 2 AP, deals 10 fixed damage, and the chance to hit is equal to 1d20 + Perception $Total_Perception_Level plus other bonus."> <<link [[-Short Shotgun-|Combat_Main_Loop]]>></span>
<<if $Enemy_Hp >0 >>
<<set $Player_AP to $Player_AP-2>>
<<set $Dice = Math.floor(Math.random()*20)>>
<<Player_SmallShotgun $Total_Intelligence_Level $Total_Perception_Level $Enemy_AC $Enemy_Hp $Dice $Enemy_Armor $Shotgun_Thug_Soul >>
<<set $Combat_log to "You try to shoot your target with a " + $Dice + " dice plus "+$Total_Perception_Level+" and do 10 + $Shotgun_Thug_Soul damage vs a " + $Enemy_AC + " AC">>
<<if $Dice +$Total_Dexterity_Level > $Enemy_AC >>
<<set $Combat_log to $Combat_log+ " You managed to strike!">>
<<else>>
<<set $Combat_log to $Combat_log+ " You failed to strike!">>
<</if>>
<<checkCombatEnd $Player_Hp $Enemy_Hp>>
<</if>>
<</link>>
<</if>>
/*---------------------------------------------Misc actions-------------------------------------------------*/
<br>
<span title="You rush forward trying to get in close distance with your target. Cost 1 Thrall, changes the distance to close."><<link [[-Close distance-|Combat_Main_Loop]]>></span>
<<if $Enemy_Hp >0 >>
<<set $Distance to 0 >>
<<set $Player_AP to $Player_AP-1>>
<<if $Player_Bleed_count != 0>> <<set $Player_Hp to $Player_Hp - $Player_Bleed_charges>><<set $Player_Bleed_count to $Player_Bleed_count - 1>> <<else>> <<set $Player_Bleed_charges to 0>> <</if>>
<</if>>
<</link>>
<span title="You rush back, trying to create some distance from your target. Cost 1 AP, changes the distance to far."><<link [[-Run-|Combat_Main_Loop]]>></span>
<<if $Enemy_Hp >0 >>
<<set $Distance to 1 >>
<<set $Player_AP to $Player_AP-1>>
<<if $Player_Bleed_count != 0>> <<set $Player_Hp to $Player_Hp - $Player_Bleed_charges>><<set $Player_Bleed_count to $Player_Bleed_count - 1>> <<else>> <<set $Player_Bleed_charges to 0>> <</if>>
<</if>>
<</link>>
/*-----------------------------------Vampyr heal--------------------------------------------------------*/
<<if $Evolution == "Vampyr" and $Thralls == 0 >><span title="Requires at least 1 Thrall">-Consume Thralls-</span><</if>>
<<if $Evolution == "Vampyr" and $Thralls > 0>>
<span title="You consume one of your Thralls to recovered life. Cost 1 Thralls, recovers 5 HP."><<link [[-Consume Thralls-|Combat_Main_Loop]]>></span>
<<Player_Vampyr_Heal>>
<<set $Combat_log to "You exsanguinate a thrall. With their death, you recover 5 HP.">>
<<checkCombatEnd $Player_Hp $Enemy_Hp>>
<</link>>
<</if>>
/*------------------------------------------End of actions----------------------------------------*/
<<else>>
<<if $Enemy_Hp <=0 >>
[[You_won!]]
<<else>>
[[You_lost!]]
<</if>>
<</if>>
<<else>>
<<checkCombatEnd $Player_Hp $Enemy_Hp>>
<<if $Enemy_Name == "Drop of Dragon Blood">>
<<goto "Drop_of_Dragon_Blood_AI">>
<<else>>
<<if $Alex_Soul == 1>>
<<set $Enemy_Poison_count to $Enemy_Poison_count+2>>
<</if>>
<<if $Evolution == "Vampyr">>
<<set $Enemy_Hp to $Enemy_Hp - $Thralls>>
<</if>>
[[End turn|Enemy Generic]]
/* <<goto "Enemy Generic">>*/
<</if>>
/* [[Your turn|Combat_Main_Loop]]*/
<</if>>
<</nobr>><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<nobr>>
Player HP: $Player_Hp
<<if $Player_Bleed_charges >0 >>[[Bleed]]: $Player_Bleed_count / $Player_Bleed_charges <</if>>
<<if $Player_Poison_count >0 >>[[Poison]]: $Player_Poison_count<</if>>
<<if $Player_Stun_count >0 >>[[Stun]]: $Player_Stun_count<</if>>
Player AC: $Player_AC
Player AP: $Player_AP
<</nobr>>
<<nobr>>
$Enemy_Name Hp: $Enemy_Hp
Enemy AC: $Enemy_AC
<<if $Enemy_Armor >0 >> Damage Reduction: $Enemy_Armor <</if>>
<<if $Enemy_Bleed_charges >0 >>[[Bleed]]: $Enemy_Bleed_count / $Enemy_Bleed_charges <</if>>
<<if $Enemy_Poison_count >0 >>[[Poison]]: $Enemy_Poison_count<</if>>
<<if $Enemy_Stun_count >0 >>[[Stun]]: $Enemy_Stun_count<</if>>
<br>Distance: $Distance
<br> --------------------------------------
<br>$Combat_log
<<set _totalMoney to ($Charisma_Level_Bonus + $Charisma_Level) * 10 + 100 >>
<</nobr>>
<<if $Enemy_Name != "Burlap Sack Killer" && $Enemy_Name != "Unmasked Burlap Sack Killer" >>
<h1>You won!</h1>
<hr>
$Name gained $ _totalMoney .
<<nobr>>
<<if $Loot_Given == false>>>
<<set $Loot_Given to true>>
<<if $Enemy_Name == "Hobo">>
<<set $Shiv to $Shiv + 1 >>
<b>Shiv</b>: Cost 1 AP, needs to be in close distance, deals damage equal to half your Physique plus other melee bonus, deals [[Bleed]] charge and count equal to half your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus.
<</if>>
<<if $Enemy_Name == "Knife Thug">>
<<set $Steak_knife to $Steak_knife + 1 >>
<b>Steak knife</b>: Cost 2 AP, needs to be in close distance, deals damage equal to your Physique +2 plus other melee bonus, deals [[Bleed]] charge and count equal to your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus.
<</if>>
<<if $Enemy_Name == "Pistol Thug">>
<<set $Pistol_9mm to $Pistol_9mm + 1 >>
<b>9mm Pistol</b> : Cost 1 AP, deal 5 fixe damage and the chance to hit is equal to 1d20+ Perception plus other bonus.
<</if>>
<<if $Enemy_Name == "Hammer Thug">>
<<set $Wrecking_Hammer to $Wrecking_Hammer + 1>>
<b>Wrecking Hammer</b>: Costs 4 AP, deals damage equal to your Physique + 50% Physique plus other melee bonuses, and the chance to hit is equal to 1d20 + Dexterity plus other bonuses.
<</if>>
<<if $Enemy_Name == "Shotgun Thug">>
<<set $Short_Shotgun to $Short_Shotgun + 1 >>
<b>Short Shotgun</b> : Costs 2 AP, deals 10 fixed damage, and the chance to hit is equal to 1d20 + perception plus other bonuses.
<</if>>
<</if>>
<<set $Days to $Days+1>>
<<set $Money to $Money + _totalMoney >>
<hr>
<br>
<h3><span><strong>You gain $Servants_daily_blood blood points thanks your servants.</strong></span></h3>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><</nobr>>
<hr>
<<if $Energy <= 0 >>
[[The hunger is too much . . . |GAME OVER]] | [[Suck blood|Sucking_blood]]
<<else>>[[Return|Main_Hub]] | [[Suck blood|Sucking_blood]]
<<if $Evolution == "Vampyr" >><<set $Thralls_Cha to $Charisma_Level + $Charisma_Level_Bonus>> <<if $Thralls_Cha != $Thralls >>[[Enthral]] <</if>><</if>>
<</if>><<if $Evolution == "Nosferatum" >>
[[Devour]]
<</if>>
<<else>>
<<if $Enemy_Name == "Burlap Sack Killer">>
[[Continue|Boss_1_Change_Stage]]
<</if>>
<<if $Enemy_Name == "Unmasked Burlap Sack Killer">>
[[Continue|Boss_1_Win]]
<</if>>
<</if>></p></td></tr></tbody></table></figure><<nobr>>
<<set $Enemy_AC to $Max_Enemy_AC>>
<<if $Enemy_Stun_count >0 >>
<<set $Enemy_AC to $Enemy_AC - $Enemy_Stun_count>>
<<set $Enemy_Stun_count to $Enemy_Stun_count - 1>>
<</if>>
<<if $Enemy_Poison_count >0 >>
<<set $Enemy_Hp to $Enemy_Hp - $Enemy_Poison_count>>
<<set $Enemy_Poison_count to Math.round($Enemy_Poison_count / 2)>>
<</if>>
<img @src="$Enemy_Avatar" class="ImageBorder" id="hp">
Player HP: $Player_Hp
<<if $Player_Bleed_charges >0 >><Font color="red">[[Bleed]]: $Player_Bleed_count / $Player_Bleed_charges</font><</if>>
<<if $Player_Poison_count >0 >><Font color="green">[[Poison]]: $Player_Poison_count</font><</if>>
<<if $Player_Stun_count >0 >><Font color="yellow">[[Stun]]: $Player_Stun_count</font><</if>>
Player AC: $Player_AC
Player AP: $Player_AP
<</nobr>>
<<nobr>>
$Enemy_Name Hp: $Enemy_Hp
Enemy AC: $Enemy_AC
<<if $Enemy_Bleed_charges >0 >><Font color="red">[[Bleed]]: $Enemy_Bleed_count / $Enemy_Bleed_charges</font> <</if>>
<<if $Enemy_Poison_count >0 >><Font color="green">[[Poison]]: $Enemy_Poison_count</font><</if>>
<<if $Enemy_Stun_count >0 >><Font color="yellow">[[Stun]]: $Enemy_Stun_count</font><</if>>
<br>Distance: $Distance
<<if $Enemy_Name == "Leech Drone">>
<<Combat_Loop_Leech_Drone $Enemy_AP $Distance $Player_AC $Enemy_Chance_To_Hit>>
<<elseif $Enemy_Name == "Crocodile Scout">>
<<Combat_Loop_Crocodile_Scout $Enemy_AP $Distance $Player_AC $Enemy_Chance_To_Hit>>
<<elseif $Enemy_Name == "Burlap Sack Killer" || $Enemy_Name == "Unmasked Burlap Sack Killer">>
<<Combat_Loop_Boss_1 $Enemy_AP $Distance $Player_AC $Enemy_Chance_To_Hit>>
<<elseif $Enemy_Name == "Doll Collector">>
<<Combat_Loop_Doll_Collector $Enemy_AP $Distance $Player_AC $Enemy_Chance_To_Hit>>
<<elseif $Enemy_Name == "Hobo">>
<<Combat_Loop_Hobo $Enemy_AP $Distance $Player_AC $Enemy_Chance_To_Hit>>
<<elseif $Enemy_Name == "Knife Thug">>
<<Combat_Loop_Knife_Thug $Enemy_AP $Distance $Player_AC $Enemy_Chance_To_Hit>>
<<elseif $Enemy_Name == "Knife Thug">>
<<Combat_Loop_Knife_Thug $Enemy_AP $Distance $Player_AC $Enemy_Chance_To_Hit>>
<<elseif $Enemy_Name == "Pistol Thug">>
<<Combat_Loop_Pistol_Thug $Enemy_AP $Distance $Player_AC $Enemy_Chance_To_Hit>>
<<elseif $Enemy_Name == "Hammer Thug">>
<<Combat_Loop_Hammer_Thug $Enemy_AP $Distance $Player_AC $Enemy_Chance_To_Hit>>
<<elseif $Enemy_Name == "Shotgun Thug">>
<<Combat_Loop_Pistol_Thug $Enemy_AP $Distance $Player_AC $Enemy_Chance_To_Hit>>
<</if>>
<<if $Enemy_Bleed_charges > 0>>
<<if $Leech_aspect_3 == true>>
<<if $Player_Hp + 2 >= $Max_Player_Hp >>
<<set $Player_Hp to $Max_Player_Hp >>
<<else>>
<br><<set $Combat_log to $Combat_log + " You heal 2 hp! ">>
<<set $Player_Hp to $Player_Hp + 2>>
<</if>>
<</if>>
<</if>>
<<set $Player_AP to $Max_Player_AP>>
<<if $Soul_Boss_1 == 1>>
<<set $hp_to_heal = Math.round($Total_Physique_Level / 4)>>
<<if $Player_Hp + $hp_to_heal >= $Max_Player_Hp >>
<<set $Player_Hp to $Max_Player_Hp >>
<<else>>
<br><<set $Combat_log to $Combat_log + " You heal $hp_to_heal hp! ">>
<<set $Player_Hp to $Player_Hp + $hp_to_heal>>
<</if>>
<</if>>
<<set $Player_AC to $Max_Player_AC>>
<<if $Player_Stun_count >0 >>
<<set $Player_AC to $Player_AC - $Player_Stun_count>>
<<set $Player_Stun_count to $Player_Stun_count - 1>>
<</if>>
<<if $Player_Poison_count >0 >>
<<set $Player_Hp to $Player_Hp - $Player_Poison_count>>
<<set $Player_Poison_count to Math.round($Player_Poison_count / 2)>>
<</if>>
<</nobr>>
[[Next |Combat_Main_Loop]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<nobr>>
Player HP: $Player_Hp
<<if $Player_Bleed_charges >0 >>[[Bleed]]: $Player_Bleed_count / $Player_Bleed_charges <</if>>
<<if $Player_Poison_count >0 >>[[Poison]]: $Player_Poison_count<</if>>
<<if $Player_Stun_count >0 >>[[Stun]]: $Player_Stun_count<</if>>
Player AC: $Player_AC
Player AP: $Player_AP
<</nobr>>
<<nobr>>
$Enemy_Name Hp: $Enemy_Hp
Enemy AC: $Enemy_AC
<<if $Enemy_Armor >0 >>[Damage Reduction: $Enemy_Armor <</if>>
<<if $Enemy_Bleed_charges >0 >>[[Bleed]]: $Enemy_Bleed_count / $Enemy_Bleed_charges <</if>>
<<if $Enemy_Poison_count >0 >>[[Poison]]: $Enemy_Poison_count<</if>>
<<if $Enemy_Stun_count >0 >>[[Stun]]: $Enemy_Stun_count<</if>>
<br>Distance: $Distance
<br> --------------------------------------
<br>$Combat_log
<</nobr>>
--------------
<<if $Enemy_Name != "Burlap Sack Killer" && $Enemy_Name != "Unmasked Burlap Sack Killer" >>
<<set $Days to $Days+1>>
You gain $Servants_daily_blood blood points thanks your servants.
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>$Name bit off more than $he could chew. This prey was too much for $him-too strong, too powerful. It beat the vampire to the point where $he needed to escape or $he would die.
$He rushed into the shadows of the night, running for $his life, and eventually melted into the night.
The vampire was back in $his lair with $his stomach empty, but at least $he lived to feed another day.
<<if $Energy <= 0 >>
<hr>
[[The hunger is too much . . . |GAME OVER]]
<<else>>
[[Return|Main_Hub]]
<</if>>
<<else>>
<<if $Enemy_Name == "Burlap Sack Killer">>
[[Continue|Boss_1_GameOver]]
<</if>>
<<if $Enemy_Name == "Unmasked Burlap Sack Killer">>
[[Continue|Boss_1_GameOver]]
<</if>>
<</if>>
</p></td></tr></tbody></table></figure>
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name decided to lift some heavy dumbbells to increase $his strength even further. Even if $his arms seemed to want to give up, the $boy kept pushing to the limits of $his body. This pain was nothing compared with the years of torment $he had endured.
After some hours and with $his arms quivering from the exercise, $he decided to stop. It was time to take a well-deserved rest and a shower.
<<set $Energy to $Energy -Math.round(5 * $BloodCost)>>
<<set $Physique_exp_current to $Physique_exp_current +10 >>
<<set $Physique_exp_to_level_up to $Physique_Level * $Physique_Level * 10 *$Physique_Discount >>
<<set $Physique_exp_to_level_up = Math.round($Physique_exp_to_level_up)>>
You gain 10 points of exp ( $Physique_exp_current / $Physique_exp_to_level_up )
<<if $Physique_exp_current >= $Physique_exp_to_level_up >>
<<set $Physique_Level to $Physique_Level +1>>
<<set $Physique_exp_to_level_up to $Physique_Level * $Physique_Level * 10>>
<<set $Physique_exp_to_level_up = Math.round($Physique_exp_to_level_up)>>
<</if>>
Physique: $Physique_Level
<<set $Days to $Days+1>>
<<set $Money to $Money - 100 >>
You gain $Servants_daily_blood blood points thanks your servants.
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
</p></td></tr></tbody></table></figure>
<hr>
[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name went to a batting cage near his apartment. The place that somehow managed to survive the war was cheap for what it offered, as the machines were so old that their paint was chipped and they had some small scars of rust. With a bat in $his hand and a helmet on $his head, the $boy got ready to put $his reflexes and dexterity to the test.
At the end of the day, $Name was exhausted, and some callousness emerged on $his hands from grabbing the bat too hard. However, $he felt a lot better. Striking a ball over and over really helped to relieve $his pent-up stress.
<<set $Energy to $Energy -Math.round(5 * $BloodCost)>>
<<set $Dexterity_exp_current to $Dexterity_exp_current +10 >>
<<set $Dexterity_exp_to_level_up to $Dexterity_Level * $Dexterity_Level * 10 *$Dexterity_Discount >>
<<set $Dexterity_exp_to_level_up = Math.round($Dexterity_exp_to_level_up)>>
You gain 10 points of exp ( $Dexterity_exp_current / $Dexterity_exp_to_level_up )
<<if $Dexterity_exp_current >= $Dexterity_exp_to_level_up >>
<<set $Dexterity_Level to $Dexterity_Level +1>>
<<set $Dexterity_exp_to_level_up to $Dexterity_Level * $Dexterity_Level * 10>>
<<set $Dexterity_exp_to_level_up = Math.round($Dexterity_exp_to_level_up)>>
<</if>>
Dexterity: $Dexterity_Level
<<set $Money to $Money - 100 >>
<<set $Days to $Days+1>>
You gain $Servants_daily_blood blood points thanks your servants.
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
</p></td></tr></tbody></table></figure>
<hr>
[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name decided to go to an almost abandoned place, a relic from old times that was used mostly as nostalgia bait for older people. $He went to the arcade in the old mall of the city, which was littered with closed stores and even some collapsed rooms from the war. Nobody gave a fuck about fixing that up.
With a mixture of pinball, shooting targets, and other games that required $his perception and sound cues to act, the $boy began to train $his senses. Only when $his wallet looked dangerously slim did $he decide that training was over for today.
<<set $Energy to $Energy -Math.round(5 * $BloodCost)>>
<<set $Perception_exp_current to $Perception_exp_current +10 >>
<<set $Perception_exp_to_level_up to $Perception_Level * $Perception_Level * 10 *$Perception_Discount >>
<<set $Perception_exp_to_level_up = Math.round($Perception_exp_to_level_up)>>
You gain 10 points of exp ( $Perception_exp_current / $Perception_exp_to_level_up )
<<if $Perception_exp_current >= $Perception_exp_to_level_up >>
<<set $Perception_Level to $Perception_Level +1>>
<<set $Perception_exp_to_level_up to $Perception_Level * $Perception_Level * 10>>
<<set $Perception_exp_to_level_up = Math.round($Perception_exp_to_level_up)>>
<</if>>
Perception: $Perception_Level
<<set $Money to $Money - 100 >>
<<set $Days to $Days+1>>
You gain $Servants_daily_blood blood points thanks your servants.
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
</p></td></tr></tbody></table></figure>
<hr>
[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
With a pile of books about psychology and business over $his desk, $Name began to read them. Getting nose-deep in those used manuals, $he began to learn how to be more charismatic. From posture, use of words, and rhetoric to more esoteric things like facial gesture analysis. Something that was hard in a world where people could just have a flaming eye as a face.
After a few hours and with $his eyes tired, the $boy decided to stop for today. $He had learned a lot of new tricks that $he couldn't wait to put to good use.
<<set $Energy to $Energy -Math.round(5 * $BloodCost)>>
<<set $Charisma_exp_current to $Charisma_exp_current +10 >>
<<set $Charisma_exp_to_level_up to $Charisma_Level * $Charisma_Level * 10 *$Charisma_Discount >>
<<set $Charisma_exp_to_level_up = Math.round($Charisma_exp_to_level_up)>>
You gain 10 points of exp ( $Charisma_exp_current / $Charisma_exp_to_level_up )
<<if $Charisma_exp_current >= $Charisma_exp_to_level_up >>
<<set $Charisma_Level to $Charisma_Level +1>>
<<set $Charisma_exp_to_level_up to $Charisma_Level * $Charisma_Level * 10>>
<<set $Charisma_exp_to_level_up = Math.round($Charisma_exp_to_level_up)>>
<</if>>
Charisma: $Charisma_Level
<<set $Money to $Money - 100 >>
<<set $Days to $Days+1>>
You gain $Servants_daily_blood blood points thanks your servants.
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
</p></td></tr></tbody></table></figure>
<hr>
[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
There was one way that $Name could push how much information $his brain could refine at the same time. It was doing sudokus with a timer, basically, an exercise that forced $him to quickly retrieve information from $his brain and applied not only for a specific goal but also to keep in mind the exponentially growing web of complexity this puzzle had.
So, armed with those papers and a pen, $he began to train $his brain. It was boring, it was tiring, and $he wanted to go to sleep, but after all of that, the boy felt smarter. However, $Name was in a daze, unable to think of anything except taking a good nap.
<<set $Energy to $Energy -Math.round(5 * $BloodCost)>>
<<set $Intelligence_exp_current to $Intelligence_exp_current +10 >>
<<set $Intelligence_exp_to_level_up to $Intelligence_Level * $Intelligence_Level * 10 *$Intelligence_Discount >>
<<set $Intelligence_exp_to_level_up = Math.round($Intelligence_exp_to_level_up)>>
You gain 10 points of exp ( $Intelligence_exp_current / $Intelligence_exp_to_level_up )
<<if $Intelligence_exp_current >= $Intelligence_exp_to_level_up >>
<<set $Intelligence_Level to $Intelligence_Level +1>>
<<set $Intelligence_exp_to_level_up to $Intelligence_Level * $Intelligence_Level * 10>>
<<set $Intelligence_exp_to_level_up = Math.round($Intelligence_exp_to_level_up)>>
<</if>>
Intelligence: $Intelligence_Level
<<set $Money to $Money - 100 >>
<<set $Days to $Days+1>>
You gain $Servants_daily_blood blood points thanks your servants.
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
</p></td></tr></tbody></table></figure>
<hr>
[[Return|Main_Hub]]<<link [[Set Blood points to 99|Debug]]>>
<<set $Blood_mutation_points to $Blood_mutation_points +99>>
<</link>>
<<link [[Set Money points to 9999999|Debug]]>>
<<set $Money to $Money +9999999>>
<</link>>
<<link [[Set Physique Level to 99 |Debug]]>>
<<set $Physique_Level to $Physique_Level +99>>
<</link>>
<<link [[Set Dexterity Level to 99|Debug]]>>
<<set $Dexterity_Level to $Dexterity_Level +99>>
<</link>>
<<link [[Set Charisma Level to 99|Debug]]>>
<<set $Charisma_Level to $Charisma_Level +99>>
<</link>>
<<link [[Set Intelligence Level to 99|Debug]]>>
<<set $Intelligence_Level to $Intelligence_Level +99>>
<</link>>
<<link [[Set Perception Level to 99|Debug]]>>
<<set $Perception_Level to $Perception_Level +99>>
<</link>>
<<link [[Unlock Nosferatum |Debug]]>>
<<set $Killing_Count to 10>>
<</link>>
<<link [[Unlock Vampyr|Debug]]>>
<<set $Fucking_Count to 3>>
<</link>>
<<link [[Unlock Martyr|Debug]]>>
<<set $HumanKilled to false>>
<<set $VampireKilled to true>>
<</link>>
<<link [[Set Day points to 19 |Debug]]>>
<<set $Days to 19>>
<</link>>
[[Return|Main_Hub]]
Bleed is a status effect that triggers each time that you or the enemy take an action. If either of the two does something, the bleed count will go down by 1 and the damage will be equal to the bleed charges to the target. You must do damage to the source of the bleed in order to apply its effect.
Poison is a status effect that triggers at the start of the turn of the poisoned individual (you or your enemy). It does damage equal to the total of poison counts and then is halved by 2 until reaching zero. It is incredibly helpful against enemies with a lot of armor or damage resistance.
Stun is a status effect that reduces the individual AC by an equal amount to the counts it has. It decays by one count per turn.<<nobr>><<set $Player_Bleed_charges to 0>><<set $Player_Bleed_count to 0>><<set $Player_hp_regeneration to 0>><<set $Player_Poison_count to 0>><<set $Player_Stun_count to 0>><<set $Enemy_Bleed_charges to 0>><<set $Enemy_Bleed_count to 0>><<set $Enemy_hp_regeneration to 0>><<set $Enemy_Poison_count to 0>><<set $Enemy_Stun_count to 0>>
<<set $Action_Sucess to 0>>
<<set $Total_Physique_Level to $Physique_Level_Bonus + $Physique_Level>>
<<set $Total_Dexterity_Level to $Dexterity_Level_Bonus + $Dexterity_Level>>
<<set $Total_Perception_Level to $Perception_Level_Bonus + $Perception_Level>>
<<set $Total_Charisma_Level to $Charisma_Level_Bonus + $Charisma_Level>>
<<set $Total_Intelligence_Level to $Intelligence_Level_Bonus + $Intelligence_Level>>
<<set $Max_Player_Hp to 10+ ($Physique_Level * 4) + $Extra_Hp_Event + $Hobo_Soul>>
<<set $Player_Hp to 10+ ($Total_Physique_Level * 4) + $Extra_Hp_Event + $Hobo_Soul>>
<<set $Player_AP to 4>>
<<if $Evolution == "Martyr" || $Evolution == "Vampyr" || $Evolution == "Nosferatum" >>
<<set $Player_AP to $Player_AP+1>>
<</if>>
<<set $Max_Player_AP to $Player_AP>>
<<if $Gwen_Soul == 1>>
<<set $Player_AP to $Player_AP + 1>>
<</if>>
<<if $Abominable_strength ==true>>
<<set $Max_Player_Hp to $Max_Player_Hp*1.2>>
<</if>>
<<if $Enemy_Name == "Leech Drone">>
<<goto "Enemy_Leech_Drone">>
<</if>>
<<if $Enemy_Name == "Crocodile Scout">>
<<goto "Enemy_Crocodile_Scout">>
<</if>>
<<if $Enemy_Name == "Doll Collector">>
<<goto "Enemy_Doll_Collector">>
<</if>>
<<if $Enemy_Name == "Drop of Dragon Blood">>
<<goto "Enemy_Dragon_Blood">>
<</if>>
<<if $Enemy_Name == "Hobo">>
<<goto "Enemy_Hobo">>
<</if>>
<<if $Enemy_Name == "Knife Thug">>
<<goto "Enemy_Thug_Knife">>
<</if>>
<<if $Enemy_Name == "Pistol Thug">>
<<goto "Enemy_Thug_Pistol">>
<</if>>
<<if $Enemy_Name == "Shotgun Thug">>
<<goto "Enemy_Thug_Shotgun">>
<</if>>
<<if $Enemy_Name == "Hammer Thug">>
<<goto "Enemy_Thug_Hammer">>
<</if>>
<<if $Enemy_Name == "Burlap Sack Killer">>
<<goto "Enemy_Boss_1_Stage_1">>
<</if>>
<<set $Distance to 0>>
<<set $Combat_log to "">>
<<set $Dragon_Blood_Event_1 to false>>
<<set $Max_Player_AC to 10+ $Total_Dexterity_Level>>
<<set $Player_AC to 10+ $Total_Dexterity_Level>>
<<set $Player_Armor to 0>>
<<if $Evolution == "Nosferatum" >>
<<set $Player_Armor to $Player_Armor + Math.round($Energy/2)>>
<</if>>
<<if $Hammer_Thug_Soul != 0 >>
<<set $Player_Armor to $Player_Armor + $Hammer_Thug_Soul >>
<</if>>
<<if $Bull_aspect_3 == true>>
<<set $Max_Player_Hp to Math.round($Max_Player_Hp+$Max_Player_Hp/10)>>
<<set $Player_Hp to $Max_Player_Hp>>
<</if>>
<</nobr>>
If you sucess a stealh roll if you are on the offensive or a perception rolle in the defensive
<<nobr>>
<<listbox "$Distance" >>
<<option 0>>
<<option 1>>
<</listbox >>
<</nobr>>
[[Next|Combat_Main_Loop]] <h1 style="text-align:center;">Mutation shop (Bloat Blood Points $Blood_mutation_points )</h1> <b>In order to get mutation points, gain blood having your blood full, the excess will become Blood Bloat Points</b>
<hr><figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/2o.png" class="ImageBorderAvatars">
</td> <td><h4>Mercurial bite (5 BB)</h4>The mouth of the vampire evolves to be able to turn each single one of their teeth into bloodsucking daggers. This way they can drain a fully grown adult in seconds, gaining an excellent way to recover mid-combat or kill people without leaving a mess behind. Unlocks the movement Maul (Cost 3 AP, needs to be in close distance, deals damage equal to half your Physique plus other melee bonus, heals you equal to half your Physique, the chance to hit is equal to 1d20+ Dexterity plus other bonus) and gives +1 extra Dexterity.
<<if $Blood_mutation_points >=5 and $Mercurial_bite == false >><<link [[Buy|Mutations]]>> <<set $Mercurial_bite to true >><<set $Blood_mutation_points to $Blood_mutation_points - 5>><<set $Dexterity_Level_Bonus to $Dexterity_Level_Bonus +1>><</link>><</if>>
</td> </tr></tbody></table></figure><hr><figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/1o.png" class="ImageBorderAvatars">
</td> <td><h4>Crimson leep (5 BB)</h4>The agility, running, and jumping capacities of the vampire become so extreme that they are no longer bound by human limits. They can easily jump from building to building and run as fast as a professional cyclist without trying. Unlocks the movement Bloody charge (Cost 2 AP, changes the distance to close, deals [[Bleed]] charge and count equal to half your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus) and gives +1 extra Dexterity.
<<if $Blood_mutation_points >=5 and $Crimson_leep == false >><<link [[Buy|Mutations]]>> <<set $Crimson_leep to true >><<set $Blood_mutation_points to $Blood_mutation_points - 5>><<set $Dexterity_Level_Bonus to $Dexterity_Level_Bonus +1>><</link>><</if>>
</td> </tr> </tbody> </table></figure><hr><figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/3o.png" class="ImageBorderAvatars">
</td> <td><h4>Predator claws (5 BB)</h4>Claws are a universally bad weapon unless they have some paranormal properties, and this is the case. The vampire can grow at will 5 cm long nails that can easily cut through basic anti-stabbing armor like thick leather, chainmail, and Kevlar vests. Unlocks the movement Piercing jab (Cost 2 AP, needs to be in close distance, deals damage equal to half your Physique plus other melee bonus, ignores armor equal to half your Intelligence, and the chance to hit is equal to 1d20+ Dexterity plus other bonus) and gives +1 extra Physique.
<<if $Blood_mutation_points >=5 and $Predator_claws == false >><<link [[Buy|Mutations]]>> <<set $Predator_claws to true >><<set $Blood_mutation_points to $Blood_mutation_points - 5>><<set $Physique_Level_Bonus to $Physique_Level_Bonus +1>><</link>><</if>>
</td> </tr> </tbody> </table></figure>
<hr><figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/SoulV.png" class="ImageBorderAvatars">
</td> <td><h4>Soul Voyeur (5 BB)</h4> The parasensorial senses of the vampires developed to the point where they are able to see the shape of the soul of their targets. Allows the user to get a preview of the soul of each possible target and gives +2 extra Perception.<<if $Blood_mutation_points >=5 and $Soul_Voyeur == false >>
<<link [[Buy|Mutations]]>> <<set $Soul_Voyeur to true >><<set $Blood_mutation_points to $Blood_mutation_points - 5>><<set $Perception_Level_Bonus to $Perception_Level_Bonus +2>><</link>><</if>></td> </tr> </tbody> </table></figure>
<hr><figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/4o.png" class="ImageBorderAvatars">
</td> <td><h4>Abominable strength (5 BB)</h4>The vampiric esoteric blood had soaked the muscles enough that they had twisted into something that by far exceeded the normal limits. With this mutation, the vampire increases their power to such a degree that if they were at the peak of human strength before, now they are two times stronger than any human. Your maximum Hp is increased by 20% and gives +1 extra Physique.
<<if $Blood_mutation_points >=5 and $Abominable_strength == false >><<link [[Buy|Mutations]]>> <<set $Abominable_strength to true >><<set $Blood_mutation_points to $Blood_mutation_points - 5>><<set $Physique_Level_Bonus to $Physique_Level_Bonus +1>><</link>><</if>>
</td> </tr></tbody></table></figure><hr><figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/5o.png" class="ImageBorderAvatars">
</td> <td><h4>Mesmerizing eyes (5 BB)</h4>The eyes are the window of the soul, but the blood is their household. By manipulating the blood vessels in one eye, they can generate a spiral hypnotic pattern that twists the will of someone. On this basic level, the vampire can create some sort of suspension of disbelief in the target, making them fall for their orders easily, as there is an impulse in them to ignore each red flag.Unlocks the movement Gaze of Doubt(Cost 1 AP, applies 4 charges of [[Stun]], and the chance to hit is equal to 1d20+ Perception X 2 plus other bonus) and gives +1 extra Charisma.
<<if $Blood_mutation_points >=5 and $Mesmerizing_eyes == false >><<link [[Buy|Mutations]]>> <<set $Mesmerizing_eyes to true >><<set $Blood_mutation_points to $Blood_mutation_points - 5>><<set $Charisma_Level_Bonus to $Charisma_Level_Bonus +1>><</link>><</if>>
</td> </tr></tbody></table></figure><hr> <figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/7o.png" class="ImageBorderAvatars">
</td> <td><h4>Salmacis bath (5 BB)</h4>The vampire is able to twist their anomaly in a fundamental way to switch gender at will, even at a cellular level, to the point of freely manipulating their chromosomes to make DNA evidence hard to track to them. Allows you to change gender from the status panel and gives +2 extra Charisma.
<<if $Blood_mutation_points >=5 and $Salmacis_bath == false >><<link [[Buy|Mutations]]>> <<set $Salmacis_bath to true >><<set $Blood_mutation_points to $Blood_mutation_points - 5>><<set $Charisma_Level_Bonus to $Charisma_Level_Bonus +2>><</link>><</if>>
</td> </tr></tbody></table></figure><hr> <figure class="table"> <table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/6o.png" class="ImageBorderAvatars">
</td> <td><h4> Night stalker (5 BB)</h4>The vampire began to become a cognitive threat as his contradictory nature as something that is dead and alive messed with the senses of people when they wanted. They can become unable to see by peripheral vision, and they no longer make sound while moving.Unlocks the movement Cutthroat (Cost 3 AP, needs to be in close distance, deals 1 damage, [[Bleed]] charge and count equal to your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus) and gives +1 extra Dexterity.
<<if $Blood_mutation_points >=5 and $Night_stalker == false >><<link [[Buy|Mutations]]>> <<set $Night_stalker to true >><<set $Blood_mutation_points to $Blood_mutation_points - 5>><<set $Dexterity_Level_Bonus to $Dexterity_Level_Bonus +1>><</link>><</if>></td> </tr> </tbody></table></figure><hr>
<hr>
[[Return|Main_Hub]]
<figure class="tableSoul" style="width:100%">
<table>
<tbody>
<tr>
<td> <h1 style="text-align:center;">Nosferatu</h1></td><td><h1 style="text-align:center;">Vampyr</h1> </td> <td><h1 style="text-align:center;">Martyr</h1> </td></tr><tr> <td>
<img src="SanguisExHeroImages/Icons/Nosferatum.png" class="ImageBorderAvatars">
</td>
<td>
<img src="SanguisExHeroImages/Icons/Vampyr.png" class="ImageBorderAvatars">
</td>
<td>
<img src="SanguisExHeroImages/Icons/Martyr.png" class="ImageBorderAvatars">
</td>
</tr>
<tr>
<td>Requires 10 sentient beings getting killed. A nosferatu is a type of vampire that has chosen to indulge in the mutations and abominable side of their curse. They had decided not to let themself be devoured by the beast that lurks inside their blood but to devour instead, becoming an apex predator. The evolution turns them more inhuman with longer teeth, pointy ears, and, in most cases, makes them bigger and bulkier.<ul>
<li>+1 AP</li>
<li>The Nosferatu gains half its current blood as armor. </li>
<li>The Nosferatu gains the “Devour” option after defeating an enemy. They gain double the amount of blood from killing them by consuming their flesh leaving nothing to waste.</li>
<li>Double your Blood pool from 10 to 20.</li>
<li>Doubles the consumption of ALL actions that use blood (does not affect mutations)</li>
</ul><<if $Killing_Count >= 10 && $Evolution == "Neonate" >>
[[Nosferatum|Nosferatum_Evolution]]
<<else>>
<h3>Current kills: $Killing_Count</h3>
<</if>>
</td>
<td>Requires having sex with 3 different people. For those vampires that want to become the rulers of the night without giving up their humanity, they evolve into Vampyrs. The changes are insidiously subtle, not making any visual change on them, but in reality, they began to become living cognito threats. Each sliver of information that their bodies make is now tainted with subtle messages that twist the will of others around them. Most of the people will see it as just a natural charisma and not what it is. They also become naturally more beautiful, their faces becoming symmetrical, losing any imperfection on their skin, and even their smell becoming pleasant to be around.
<ul>
<li>+1 AP</li>
<li>The vampyr gains the capacity to create thralls. Once you defeat an enemy, instead of killing them, you can choose to turn them into a “thrall”; this adds +1 to your thrall counter. Each turn during combat, you deal 1 damage to your enemy per thrall counter. The maximum number of thralls you can have is equal to your charisma. During battle, you can spend 1 AP to consume a thrall (-1 thrall counter) to recover 5 HP (Can go past your HP limit).</li>
<li>You can farm your thralls for blood; each turn, you gain 1 blood per thrall you have. </li>
<li>Double your Blood pool from 10 to 20.</li>
<li>Doubles the consumption of ALL actions that use blood (does not affect mutations)</li>
</ul><<if $Fucking_Count >= 3 && $Evolution == "Neonate">>[[Evolve|Vampyr_Evolution]]<</if>>
</td>
<td>Requires never feeding on human blood and having killed a vampire without sucking their blood. Such a pious road that the vampire had chosen to walk. The martyr is a person who fundamentally rejects their cursed nature and actively fights against it, choosing to bare their fangs against their own kind. When they evolve, they become more human, unable to be distinguished from normal humans by normal science, as they can mimic a heartbeat, sweat, breathing, and all other unnecessary body functions perfectly. The embracing of their humanity had left them incredibly adapted to evolve and grow stronger by mundane methods.
<ul><li>+1 AP</li>
<li>Halve all consumption of blood to a minimum of 1.</li>
<li>10% discount on leveling up all attributes.</li>
<li>Double your Blood pool from 10 to 20.</li></ul><<if $HumanKilled == false && $VampireKilled == true && $Evolution == "Neonate">>
[[Evolve|Martyr_Evolution]]
<</if>>
</td>
</tr>
</tbody>
</table>
</figure>
<hr>[[Return|Main_Hub]]<<nobr>>
/*--------------------------------------------------hobo soul--------------------------------------------------------*/
<<if $Hobo_Soul == 1>>
<<set _current_hobo_need_exp to 2>>
<<else>>
<<if $Zoey_Soul == 1 >>
<<set _current_hobo_need_exp to Math.round( $Hobo_Soul * $Hobo_Soul * 0.8)>>
<<else>>
<<set _current_hobo_need_exp to $Hobo_Soul * $Hobo_Soul>>
<</if>>
<</if>>
/*--------------------------------------------------knife thug soul--------------------------------------------------------*/
<<if $Knife_Thug_Soul == 1>>
<<set _current_knife_thug_need_exp to 2>>
<<else>>
<<if $Zoey_Soul == 1 >>
<<set _current_knife_thug_need_exp to Math.round( $Knife_Thug_Soul * $Knife_Thug_Soul * 0.8)>>
<<else>>
<<set _current_knife_thug_need_exp to $Knife_Thug_Soul * $Knife_Thug_Soul>>
<</if>>
<</if>>
/*--------------------------------------------------pistol thug soul--------------------------------------------------------*/
<<if $Pistol_Thug_Soul == 1>>
<<set _current_pisto_thug_need_exp to 2>>
<<else>>
<<if $Zoey_Soul == 1 >>
<<set _current_pisto_thug_need_exp to Math.round( $Pistol_Thug_Soul * $Pistol_Thug_Soul * 0.8)>>
<<else>>
<<set _current_pisto_thug_need_exp to $Pistol_Thug_Soul * $Pistol_Thug_Soul>>
<</if>>
<</if>>
/*--------------------------------------------------hammer thug soul--------------------------------------------------------*/
<<if $Hammer_Thug_Soul == 1>>
<<set _current_hammer_thug_need_exp to 2>>
<<else>>
<<if $Zoey_Soul == 1 >>
<<set _current_hammer_thug_need_exp to Math.round( $Hammer_Thug_Soul * $Hammer_Thug_Soul * 0.8)>>
<<else>>
<<set _current_hammer_thug_need_exp to $Hammer_Thug_Soul * $Hammer_Thug_Soul>>
<</if>>
<</if>>
/*--------------------------------------------------shotgun thug soul--------------------------------------------------------*/
<<if $Shotgun_Thug_Soul == 1>>
<<set _current_shotgun_thug_need_exp to 2>>
<<else>>
<<if $Zoey_Soul == 1 >>
<<set _current_shotgun_thug_need_exp to Math.round( $Shotgun_Thug_Soul * $Shotgun_Thug_Soul * 0.8)>>
<<else>>
<<set _current_shotgun_thug_need_exp to $Shotgun_Thug_Soul * $Shotgun_Thug_Soul>>
<</if>>
<</if>>
/*-------------------------------------------------------------------------*/
<hr><h1 style="text-align:center;">Unique souls</h1><hr>
<<if $Zoey_Soul == 1>>
/*Zoey soul*/
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/ZoeySoul.png" class="ImageBorderAvatars">
</td><td>
Zoey Soul: A partially damaged soul filled with fear and regret. Even in this pitiful state it shines with a bright purple light. Its strong spiritual roots allow the user to have a better understanding of the souls consumed, getting more benefits from each one they consume. Reduces by 20% the amount of experience needed to level up a common soul.
</td></tr></tbody></table></figure>
<</if>>
<<if $Alex_Soul == 1>>
/*Alex soul*/
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/AlexSoul.png" class="ImageBorderAvatars">
</td><td>
Alex soul: A strong soul that shines with green energy, just bloated with pure repressed rage as it is about to blow up. It gives the user the power to control small swarms of wasps that can attack their enemies during combat. Gives the enemy 2 charges of poison per turn.
</td></tr></tbody></table></figure><</if>>
/*Gwen soul*/
<<if $Gwen_Soul == 1>>
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/GwenSoul.png" class="ImageBorderAvatars">
</td><td>
Gwen soul: A soul bloated with pure magical talent and knowledge, so much that even using it is extremely difficult. Fundamental to learning how to use magic, in its base state it just powers you up for a brief moment when danger is nearby. You get +1 AP on the first turn of combat.
</td></tr></tbody></table></figure><</if>>
<<if $Karen_Soul == 1>>
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/KarenSoul.png" class="ImageBorderAvatars">
</td><td>
Karen soul: A greedy soul that gives the user all her knowledge in managing and investing. Gives you 20% of current money per day thanks to your masterful investing tactics.
</td></tr></tbody></table></figure><</if>>
<<if $Soul_Boss_1 == 1>>
/*Boss soul*/
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/SoulBoss1.png" class="ImageBorderAvatars">
</td><td>
Burlap Killer soul: The soul of a successful experiment that was left to roam free. Constantly regenerates the user HP by ¼ of your Physique per turn.
</td></tr></tbody></table></figure>
<</if>>
<hr><h1 style="text-align:center;">Common souls</h1><hr>
<<if $Hobo_Soul != 0>>
<figure class="tableSoul" ><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/HoboSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Hobo soul level $Hobo_Soul ( $Hobo_Soul_exp / _current_hobo_need_exp ) </h4> Resilient human souls that had lived a lifetime of suffering just to end up discarded on the streets like common trash. However, that same endurance that fought until the bitter end can help the user to survive. For each level of this soul, you gain +1 extra HP permanent.
</td></tr></tbody></table></figure><</if>>
<<if $Knife_Thug_Soul != 0>>
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/KnifeSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Knife thug soul level $Knife_Thug_Soul ( $Knife_Thug_Soul_exp / _current_knife_thug_need_exp ) </h4> Human souls that have some affinity with knives, not because of training but because of natural talent. All that unpolished skill is now free to be exploited by the user. For each level of this soul, you gain +1 extra chance to hit while wilding weapons with the word "knife" on them.
</td></tr></tbody></table></figure><</if>>
<<if $Pistol_Thug_Soul != 0>>
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/PistolSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Pistol thug soul level $Pistol_Thug_Soul ( $Pistol_Thug_Soul_exp / _current_pisto_thug_need_exp ) </h4> These human souls are coated with a desire to exert violence but a lack of will to refine it. At least they know how to point and use a gun, but nothing else. For each level of this soul, you gain +1 extra chance to hit while wielding weapons with the word "pistol" on them.
</td></tr></tbody></table></figure><</if>>
<<if $Hammer_Thug_Soul != 0>>
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/HammerSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Hammer thug soul level $Hammer_Thug_Soul ( $Hammer_Thug_Soul_exp / _current_hammer_thug_need_exp ) </h4> Souls of particularly physically strong humans that ooze extra endurance. Their vitality can be used to reinforce the skin of the vampire with an endodermal layer of ectoplasmic force. For each level of this soul, you gain +1 armor.
</td></tr></tbody></table></figure><</if>>
<<if $Shotgun_Thug_Soul != 0>>
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/ShotgunSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Shotgun thug soul level $Shotgun_Thug_Soul ( $Shotgun_Thug_Soul_exp / _current_shotgun_thug_need_exp ) </h4> Souls of humans that had decided to take extra measures to defend themselves on the cold nights of the city. For each level of this soul, you gain +1 damage while wielding weapons with the word "shotgun" on them.
</td></tr></tbody></table></figure><</if>>
<</nobr>>
<hr>
[[Return|Main_Hub]]
<<set $Enemy_Hp to 5>> /*5*/
<<set $Enemy_Avatar to "SanguisExHeroImages/Avatars/Hobo.png">>
<<set $Enemy_AP to 2>>
<<set $Enemy_AC to 5>>
<<set $Enemy_Melee_Damage to 3>> /*3*/
<<set $Enemy_Chance_To_Hit to 3>>
<<set $Max_Enemy_AC to 10>>
<<set $Enemy_Armor to 0>>
<<goto "Combat_Main_Loop">>
<<set $Enemy_Name to "Hobo">><<set $Enemy_Hp to 10>>
<<set $Enemy_Avatar to "SanguisExHeroImages/Avatars/ThugKnife.png">>
<<set $Enemy_AP to 2>>
<<set $Enemy_AC to 8>>
<<set $Enemy_Melee_Damage to 5>>
<<set $Enemy_Chance_To_Hit to 5>>
<<set $Max_Enemy_AC to 10>>
<<set $Enemy_Armor to 0>>
<<goto "Combat_Main_Loop">>
<<set $Enemy_Name to "Knife Thug">><<set $Enemy_Hp to 8>>
<<set $Enemy_Avatar to "SanguisExHeroImages/Avatars/ThugPistol.png">>
<<set $Enemy_AP to 2>>
<<set $Enemy_AC to 10>>
<<set $Enemy_Melee_Damage to 8>>
<<set $Enemy_Chance_To_Hit to 5>>
<<set $Max_Enemy_AC to 15>>
<<set $Enemy_Armor to 0>>
<<goto "Combat_Main_Loop">>
<<set $Enemy_Name to "Pistol Thug">><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
A dark night had consumed the firmament as $Name slipped through trees and alleyways with $his predatory senses enhanced by $his hunger. The wind carried the sweet scent of life, warm, throbbing, irresistible life. His fangs ached as $his curse pushed $him forward.
<<set $temp_hunt_price to Math.round(2 * $BloodCost)>>
<h3>Hunting cost: $temp_hunt_price Blood </h3>
</p></td></tr></tbody></table></figure>
<hr>[[Hunt in the slums. 1 Day. |Slumbs]]
[[Hunt in the trash for street animals. +1 Blood and 1 Day. |Slumbs_Animals]]
[[Go back|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$He moved toward the slums, a festering wound on the city’s edge filled with abandoned buildings and desperate people.
The air was thick with the stench of rotting garbage and stale urine. Narrow alleys cluttered with broken bottles, trash, and improvised tents were the norm. With the only sources of light being the flickering streetlights and the distant wail of police sirens, this was the perfect place to hunt without drawing too much attention.
After all, it was common for people to disappear here, and nobody would ask questions. <<set $Loot_Given to false>>
</p></td></tr></tbody></table></figure>
<hr><<nobr>>
<<set $Energy = $Energy - Math.round(2 * $BloodCost)>>
<<if $Days > 25 >>
<<set $dice = Math.floor(Math.random()*5)>>
<<if $dice is 0>>[[Next|Patrol_Hobo]]<</if>>
<<if $dice is 1>>[[Next|Patrol_Thug_Khife]] <</if>>
<<if $dice is 2>>[[Next|Patrol_Thug_Gun]]<</if>>
<<if $dice is 3>>[[Next|Patrol_Thug_Hammer]] <</if>>
<<if $dice is 4>>[[Next|Patrol_Thug_Shotgun]]<</if>>
<<else>>
<<set $dice = Math.floor(Math.random()*3)>>
<<if $dice is 0>>[[Next|Patrol_Hobo]]
<</if>><<if $dice is 1>>[[Next|Patrol_Thug_Khife]]
<</if>><<if $dice is 2>>[[Next|Patrol_Thug_Gun]]
<</if>>
<</if>>
<<set $Can_Level_Up to false>>
<</nobr>><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
The hunger twisted inside $Name like a knife. $He needed to eat; the vampire was craving something that only a sentient creature could give $him.
A shuffling sound caught $his attention.
At the entrance of an alley filled with trash, a hobo slumped against a dumpster, his breath reeking of rotten teeth and cheap liquid. His pulse was slow, his heart beating slowly. However, even if it was not the best quality, $Name's nostrils flared up at the scent of the warm blood beneath the man's grimy skin.<<nobr>><<if $Soul_Voyeur != false>>
<figure class="tableSoul" ><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/HoboSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Hobo soul </h4> Resilient human souls that had lived a lifetime of suffering just to end up discarded on the streets like common trash. However, that same endurance that fought until the bitter end can help the user to survive. For each level of this soul, you gain +1 extra HP permanent. For each level of this soul, you gain +1 extra HP permanent. For each level of this soul, you gain +1 extra HP permanent.
</td></tr></tbody></table></figure><</if>><</nobr>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/Hobo.png" class="ImageBorder" id="hp">
$He took a step forward as the hobo turned towards $him, his drunken eyes struggling to focus. "He -hey, . . . how is it there?" The man mumbled, raising a trembling hand.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr><<set $Enemy_Name to "Hobo">>[[To the combat! |InitCombat]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
The hunger drove $his path until $he found something promising. A figure lurking in the entrance of an alley with a blade shining under the sickly yellow radiance of the street light.
He was a thug with wide shoulders and, most importantly, a somehow athletic body filled with exquisite red nectar. Each second that passed, the vampire could hear the mouthwatering sound of a heart pumping inside the man while he cleaned his nails with the tip of his knife.<<nobr>><<if $Soul_Voyeur != false>>
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/KnifeSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Knife thug soul</h4> Human souls that have some affinity with knives, not because of training but because of natural talent. All that unpolished skill is now free to be exploited by the user. For each level of this soul, you gain +1 extra change to hit while wilding weapons with the word "knife" on them. For each level of this soul, you gain +1 extra change to hit while wilding weapons with the word "knife" on them.
</td></tr></tbody></table></figure><</if>><</nobr>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ThugKnife.png" class="ImageBorder" id="hp">$Name made a step forward, and the thug snapped toward $him. "What are you looking at? You want to go?" He barked while rolling his shoulders. It was clear that the man did not realize the danger in which he was, since the shadows were covering most of $Name 's body.</td> </tr> </tbody> </table></figure></p></td></tr></tbody></table></figure>
<hr><<set $Enemy_Name to "Knife Thug">>[[To the combat! |InitCombat]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name stalked through the slums like a shadow, $he aring the distant $he artbeats calling for $his fangs. $He needed something stronger, something that could fill the gnawing void in $his guts.<<nobr>><<if $Soul_Voyeur != false>>
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/PistolSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Pistol thug soul </h4> These human souls are coated with a desire to exert violence but a lack of will to refine it. At least they know how to point and use a gun, but nothing else. For each level of this soul, you gain +1 while wilding weapons with the word "pistol" on them. For each level of this soul, you gain +1 while wilding weapons with the word "pistol" on them.
</td></tr></tbody></table></figure><</if>><</nobr>>
Then $he heard it, the sound of boots spitting on the cracked pavement mixed with the low mutter of a man talking to himself. Just a few steps later and the vampire could recognize the prey as a thug. Mostly by the pistol hanging from his belt; normal people, at least, used to conceal their weapons.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ThugPistol.png" class="ImageBorder" id="hp">
$Name pounced at him, and the man quickly moved out of the way. "What the fuck do you want, freak?!" He yelled while his hands moved toward his gun.</td> </tr> </tbody> </table></figure></p></td></tr></tbody></table></figure>
<hr><<set $Enemy_Name to "Pistol Thug">>[[To the combat! |InitCombat]]<<nobr>>/*--------------------------------------------------hobo soul--------------------------------------------------------*/
<<if $Hobo_Soul == 1>>
<<set _current_hobo_need_exp to 2>>
<<else>>
<<if $Zoey_Soul == 1 >>
<<set _current_hobo_need_exp to Math.round( $Hobo_Soul * $Hobo_Soul * 0.8)>>
<<else>>
<<set _current_hobo_need_exp to $Hobo_Soul * $Hobo_Soul>>
<</if>>
<</if>>
/*--------------------------------------------------knife thug soul--------------------------------------------------------*/
<<if $Knife_Thug_Soul == 1>>
<<set _current_knife_thug_need_exp to 2>>
<<else>>
<<if $Zoey_Soul == 1 >>
<<set _current_knife_thug_need_exp to Math.round( $Knife_Thug_Soul * $Knife_Thug_Soul * 0.8)>>
<<else>>
<<set _current_knife_thug_need_exp to $Knife_Thug_Soul * $Knife_Thug_Soul>>
<</if>>
<</if>>
/*--------------------------------------------------hammer thug soul--------------------------------------------------------*/
<<if $Hammer_Thug_Soul == 1>>
<<set _current_hammer_thug_need_exp to 2>>
<<else>>
<<if $Zoey_Soul == 1 >>
<<set _current_hammer_thug_need_exp to Math.round( $Hammer_Thug_Soul * $Hammer_Thug_Soul * 0.8)>>
<<else>>
<<set _current_hammer_thug_need_exp to $Hammer_Thug_Soul * $Hammer_Thug_Soul>>
<</if>>
<</if>>
/*--------------------------------------------------shotgun thug soul--------------------------------------------------------*/
<<if $Shotgun_Thug_Soul == 1>>
<<set _current_shotgun_thug_need_exp to 2>>
<<else>>
<<if $Zoey_Soul == 1 >>
<<set _current_shotgun_thug_need_exp to Math.round( $Shotgun_Thug_Soul * $Shotgun_Thug_Soul * 0.8)>>
<<else>>
<<set _current_shotgun_thug_need_exp to $Shotgun_Thug_Soul * $Shotgun_Thug_Soul>>
<</if>>
<</if>>
/*--------------------------------------------------pistol thug soul--------------------------------------------------------*/
<<if $Pistol_Thug_Soul == 1>>
<<set _current_pisto_thug_need_exp to 2>>
<<else>>
<<if $Zoey_Soul == 1 >>
<<set _current_pisto_thug_need_exp to Math.round( $Pistol_Thug_Soul * $Pistol_Thug_Soul * 0.8)>>
<<else>>
<<set _current_pisto_thug_need_exp to $Pistol_Thug_Soul * $Pistol_Thug_Soul>>
<</if>>
<</if>>
/*-------------------------------------------------------------------------*/
<</nobr>><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<if $Evolution != "Nosferatum" >>The man's body convulsed as $Name 's fangs sank deep into $his flesh. The blood rushed into $his mouth, giving $him an almost endless wave of pleasure. However, this was just the beginning since the vampire hungers for something more, something deeper.
Drop by drop the victim's essence began to unravel; memories, emotions, and the very spark that was him were consumed by the greedy vampire. A flood that filled $his guts with a torrent of the prey's stolen life.
When everything was consumed, $Name let him go, making the body crumble onto the floor.
The skin became gray, the muscles disappeared, and even the bones became hollow. The man's eyes, wide with terror, clouded into dull, dry stone. Then, like a pile of ash, $he crumbled into dust.
$Name exhaled, watching $his prey vanish as $he felt stronger not only from the blood but also from the soul $he had devoured.<</if>>
<h3><span><strong>You gain 1 blood.</strong></span></h3>
<<nobr>>
<<set $HumanKilled to true>><<set $Killing_Count to $Killing_Count +1>>
<<if $Energy + 1 <= $Max_Energy >>
<<set $Energy to $Energy +1 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<if $Enemy_Name == "Hobo">>
<<set $Hobo_Soul_exp to $Hobo_Soul_exp + 1>>
<<if $Hobo_Soul == 0>>
<<set $Hobo_Soul to $Hobo_Soul + 1>>
You gain a hobo soul!
<figure class="tableSoul" ><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/HoboSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Hobo soul:</h4>Resilient human souls that had lived a lifetime of suffering just to end up discarded on the streets like common trash. However, that same endurance that fought until the bitter end can help the user to survive. For each level of this soul, you gain +1 extra HP permanent.
</td></tr></tbody></table></figure>
<<elseif $Hobo_Soul == 1 and $Hobo_Soul_exp == 2>>
<<set $Hobo_Soul to $Hobo_Soul + 1>>
You level up your hobo soul to level $Hobo_Soul !
<<elseif $Hobo_Soul_exp >= _current_hobo_need_exp>>
<<set $Hobo_Soul to $Hobo_Soul + 1>>
You level up your hobo soul to level $Hobo_Soul !
<</if>>
<</if>>
<<if $Enemy_Name == "Pistol Thug">>
<<set $Pistol_Thug_Soul_exp to $Pistol_Thug_Soul_exp + 1>>
<<if $Pistol_Thug_Soul == 0>>
<<set $Pistol_Thug_Soul to $Pistol_Thug_Soul + 1>>
You gain a pistol thug soul!
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/PistolSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Pistol thug soul level: </h4> These human souls are coated with a desire to exert violence but a lack of will to refine it. At least they know how to point and use a gun, but nothing else. For each level of this soul, you gain +1 chance to hit while wilding weapons with the word "pistol" on them.
</td></tr></tbody></table></figure>
<<elseif $Pistol_Thug_Soul == 1 and $Pistol_Thug_Soul_exp == 2>>
<<set $Pistol_Thug_Soul to $Pistol_Thug_Soul + 1>>
You level up your pistol thug soul to level $Pistol_Thug_Soul !
<<elseif $Pistol_Thug_Soul_exp >= _current_pisto_thug_need_exp>>
<<set $Pistol_Thug_Soul to $Pistol_Thug_Soul + 1>>
You level up your pistol thug soul to level $Pistol_Thug_Soul !
<</if>>
<</if>>
<<if $Enemy_Name == "Hammer Thug">>
<<set $Hammer_Thug_Soul_exp to $Hammer_Thug_Soul_exp + 1>>
<<if $Hammer_Thug_Soul == 0>>
<<set $Hammer_Thug_Soul to $Hammer_Thug_Soul + 1>>
You gain a hammer thug soul!
<figure class="tableSoul" ><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/HammerSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Hammer thug soul:</h4>Souls of particularly physically strong humans that ooze extra endurance. Their vitality can be used to reinforce the skin of the vampire with an endodermal layer of ectoplasmic force. For each level of this soul, you gain +1 armor.
</td></tr></tbody></table></figure>
<<elseif $Hammer_Thug_Soul == 1 and $Hammer_Thug_Soul_exp == 2>>
<<set $Hammer_Thug_Soul to $Hammer_Thug_Soul + 1>>
You level up your hammer thug soul to level $Hammer_Thug_Soul !
<<elseif $Hammer_Thug_Soul_exp >= _current_hammer_thug_need_exp>>
<<set $Hammer_Thug_Soul to $Hammer_Thug_Soul + 1>>
You level up your hammer thug soul to level $Hammer_Thug_Soul !
<</if>>
<</if>>
<<if $Enemy_Name == "Shotgun Thug">>
<<set $Shotgun_Thug_Soul_exp to $Shotgun_Thug_Soul_exp + 1>>
<<if $Shotgun_Thug_Soul == 0>>
<<set $Shotgun_Thug_Soul to $Shotgun_Thug_Soul + 1>>
You gain a shotgun thug soul!
<figure class="tableSoul" ><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/ShotgunSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Shotgun thug soul:</h4>Souls of humans that had decided to take extra measures to defend themselves on the cold nights of the city. For each level of this soul, you gain +1 damage while wielding weapons with the word "shotgun" on them.
</td></tr></tbody></table></figure>
<<elseif $Shotgun_Thug_Soul == 1 and $Shotgun_Thug_Soul_exp == 2>>
<<set $Shotgun_Thug_Soul to $Shotgun_Thug_Soul + 1>>
You level up your shotgun thug soul to level $Shotgun_Thug_Soul !
<<elseif $Shotgun_Thug_Soul_exp >= _current_shotgun_thug_need_exp>>
<<set $Shotgun_Thug_Soul to $Shotgun_Thug_Soul + 1>>
You level up your shotgun thug soul to level $Shotgun_Thug_Soul !
<</if>>
<</if>>
<<if $Enemy_Name == "Knife Thug">>
<<set $Knife_Thug_Soul_exp to $Knife_Thug_Soul_exp + 1>>
<<if $Knife_Thug_Soul == 0>>
<<set $Knife_Thug_Soul to $Knife_Thug_Soul + 1>>
You gain a Knife Thug soul!
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/KnifeSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Knife thug soul level:</h4> Human souls that have some affinity with knives, not because of training but because of natural talent. All that unpolished skill is now free to be exploited by the user. For each level of this soul, you gain +1 extra chance to hit while wilding weapons with the word "knife" on them.
</td></tr></tbody></table></figure>
<<elseif $Knife_Thug_Soul == 1 and $Knife_Thug_Soul_exp == 2>>
<<set $Knife_Thug_Soul to $Knife_Thug_Soul + 1>>
You level up your Knife Thug Soul to level $Knife_Thug_Soul !
<<elseif $Knife_Thug_Soul_exp >= _current_knife_thug_need_exp>>
<<set $Knife_Thug_Soul to $Knife_Thug_Soul + 1>>
You level up your Knife Thug soul to level $Knife_Thug_Soul !
<</if>>
<</if>>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>
[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
One hand grabbed the man's mouth, silencing his gasp of pain. The other gripped his shoulder, holding him still. $Name 's fangs pierced the side of his throat, penetrating the soft skin and sinking into the flesh while puncturing the jugular vein.
The man tensed, his body going rigid and then relaxing almost instantly as the venom coating those fangs hit his bloodstream. A soft sigh escaped his lips, and his eyelids lowered, his pulse slowing as the vampire drank his blood.
It was a lovely taste, warm, rich, and just better than any food that the $boy had. It flowed into $him like drinking a hot coffee on a cold night, flooding $his dead body with unnatural pleasure and heat. $Name not only sucked the blood but also the memories of this encounter, taking a small chunk of $his prey's soul to keep $his identity hidden.
<h3><span><strong>You gain 3 blood.</strong></span></h3>
<<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
</p></td></tr></tbody></table></figure><hr>[[Consume completly.|Soul_Sucking]]
[[Stop|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name pushed open the creaking door of the pawn shop. The place was dimly lit and filled with glass displays of jewelry, old watches, and a few firearms under lock and key. The air was thick with the smell of dust, cigarette smoke, and lavender air freshener.
<<nobr>>
<<link [[Sell all duplicates |Pawn Shop]]>>
<<if $Steak_knife > 1 >>
<<set $Money to $Money +20*$Steak_knife >>
<<set $Steak_knife to 1 >>
<</if>>
<<if $Shiv > 1 >>
<<set $Money to $Money +$Shiv >>
<<set $Shiv to 1 >>
<</if>>
<<if $Pistol_9mm > 1 >>
<<set $Money to $Money +50*$Pistol_9mm >>
<<set $Pistol_9mm to 1 >>
<</if>>
<<if $Wrecking_Hammer > 1 >>
<<set $Money to $Money +200*$Wrecking_Hammer >>
<<set $Wrecking_Hammer to 1 >>
<</if>>
<<if $Short_Shotgun > 1 >>
<<set $Money to $Money +300*$Short_Shotgun >>
<<set $Short_Shotgun to 1 >>
<</if>>
<</link>>
<<if $Steak_knife != 0 >>
<br>
<b>Steak knife</b> X $Steak_knife: Cost 3 AP, needs to be in close distance, deals damage equal to your Physique +2 plus other melee bonus, deals [[Bleed]] charge and count equal to your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus.<br>
<<link [[Sell for $20 |Pawn Shop]]>>
<<set $Steak_knife to $Steak_knife-1 >><<set $Money to $Money +20 >>
<</link>>
<</if>>
<<if $Shiv != 0 >>
<br>
<b>Shiv</b> X $Shiv : Cost 3 AP, needs to be in close distance, deals damage equal to half your Physique plus other melee bonus, deals [[Bleed]] charge and count equal to half your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus.<br>
<<link [[Sell for $1 |Pawn Shop]]>>
<<set $Shiv to $Shiv-1 >><<set $Money to $Money +1 >>
<</link>>
<</if>>
<<if $Short_Shotgun != 0 >>
<br>
<b>Short Shotgun</b> X $Short_Shotgun : Costs 2 AP, deals 10 fixed damage, and the chance to hit is equal to 1d20 + perception plus other bonuses.<br>
<<link [[Sell for $300 |Pawn Shop]]>>
<<set $Short_Shotgun to $Short_Shotgun-1 >><<set $Money to $Money +300 >>
<</link>>
<</if>>
<<if $Wrecking_Hammer != 0 >>
<br>
<b>Wrecking Hammer</b> X $Wrecking_Hammer : Costs 4 AP, deals damage equal to your Physique + 50% Physique plus other melee bonuses, and the chance to hit is equal to 1d20 + Dexterity plus other bonuses. .<br>
<<link [[Sell for $200 |Pawn Shop]]>>
<<set $Wrecking_Hammer to $Wrecking_Hammer-1 >><<set $Money to $Money +200 >>
<</link>>
<</if>>
<<if $Axe_Burchering != 0 >>
<br>
<b>Butcher Axe</b> : A big fireaxe coated in dry blood. Cost 4 AP, deals damage equal to your Physique + 25% Physique plus other melee bonus, deals [[Bleed]] charge and count equal to your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus. YOU CANNOT BUY IT BACK; SELLING IT IS PERMANENT.<br>
<<link [[Sell for $1000 |Pawn Shop]]>>
<<set $Axe_Burchering to 0 >><<set $Money to $Money +1000 >>
<</link>>
<</if>>
<<if $Pistol_9mm != 0 >>
<br>
<b>9mm Pistol</b> X $Pistol_9mm : Cost 1 AP, deal 5 fixed damage and the chance to hit is equal to 1d20+ Perception plus other bonus.<br>
<<link [[Sell for $50 |Pawn Shop]]>>
<<set $Pistol_9mm to $Pistol_9mm-1 >><<set $Money to $Money +50 >>
<</link>>
<</if>>
<<if $Steak_knife == 0 >>
<br>
<b>Steak knife</b> X $Steak_knife: Cost 2 AP, needs to be in close distance, deals damage equal to your Physique +2 plus other melee bonus, deals [[Bleed]] charge and count equal to your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus.<br><<if $Money >=40 >><<link [[Buy for $40 |Pawn Shop]]>>
<<set $Steak_knife to $Steak_knife+1 >><<set $Money to $Money -40 >>
<</link>><<else>>Buy for $40<</if>><hr>
<</if>>
<</nobr>>
<hr></p></td></tr></tbody></table></figure>
<hr>
[[Return |Main_Hub]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>$Name walked outside $his apartment, the whole brutalistic structure of concrete that looked more like a big box instead of a home. As $he walked down the corridor that connected each apartment, $he could see the streaks of mold, peeled white paint, and cracks that decorated each wall.
<<set $dice = Math.floor(Math.random()*3)>>
</p></td></tr></tbody></table></figure>
<hr><<if $Zoey_1 == false>>[[Visit that noisy neighbour. 1 Day. |Outside_Zoey_Home]]
<</if>><<if $Alex_1 == false>>[[There is a girl locked out of her apartment. 1 Day. |Alex_Meeting_1]]
<</if>>
<<if $Days > 5 && $Karen_1 == false >>[[You got mail! |Karen_Intro]]<</if>>
<<nobr>>
<<if $Zoey_1 == true && $Zoey_Soul != 1>>
<br>
<<if $dice is 0>>[[Check on Zoey. 1 Day. |Zoey_Rep_1]]
<</if>><<if $dice is 1>>[[Check on Zoey. 1 Day. |Zoey_Rep_2]]
<</if>><<if $dice is 2>>[[Check on Zoey. 1 Day. |Zoey_Rep_3]]
<</if>>
<</if>>
<<if $Alex_1 == true && $Alex_Soul != 1>>
<br>
<<if $dice is 0>>[[Check on Alex. 1 Day.|Alex_Rep_1]]
<</if>><<if $dice is 1>>[[Check on Alex. 1 Day.|Alex_Rep_2]]
<</if>><<if $dice is 2>>[[Check on Alex. 1 Day.|Alex_Rep_3]]
<</if>>
<</if>>
<<if $Karen_1 == true && $Karen_Soul != 1>>
<br>
<<if $dice is 0>>[[Check on Karen. 1 Day.|Karen_Rep_1]]
<</if>><<if $dice is 1>>[[Check on Karen. 1 Day.|Karen_Rep_2]]
<</if>><<if $dice is 2>>[[Check on Karen. 1 Day.|Karen_Rep_3]]
<</if>>
<</if>>
<</nobr>>
[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>The $boy woke up on $his couch late at night, $his head killing $his as every inch of $his body felt weird. It felt cold, and $he felt hungry, but not the kind of hunger that could be satiated by just eating.
Before $Name could react, $he realized that there was a note stuck on $his forehead with some tape.
“Hi! Darling! I am sorry, but last night I turned you into a vampire. So now every single hunter, police agent, and hero will try to kill you if they find out you are one! Remember to drink blood and avoid the sun. I will not be there for you since you are reading this; I will probably be dead or out of the city. So I left you this note and a special magic enchantment inside your brain that will help you to survive. With love, S.”
$Name blinked a few times and then rushed toward $his bathroom, taking a look at $his small mirror to confirm the changes inside $his body.
$He looked in the mirror . . .
<<nobr>>
<<if $Genre =="Male" >>
<<set $She_He to "He">><<set $she_he to "he">><<set $her_him to "him">>
<<if $Body_Type =="Muscular" or $Body_Type =="Normal" >>
<<set $woman_man to "man">>
<<else>>
<<set $woman_man to "boy">>
<</if>>
<<else>>
<<set $She_He to "She">><<set $she_he to "she">>
<<set $her_him to "her">>
<<if $Body_Type =="Big" or $Body_Type =="Normal" >>
<<set $woman_man to "woman">>
<<else>>
<<set $woman_man to "girl">>
<</if>>
<</if>>
<<if $Body_Type =="Big" >>
$Name was a massive $woman_man, with a set of chiseled abs and biceps the size of $her_him head. $She_He was two meters tall, making $her_him a colossus walking among normal people who exuded sheer power.
<</if>>
<<if $Body_Type =="Petite" >>
$Name was a petite $woman_man, with a posterior so big and plump that it seemed made to be touched. The $woman_man was 1.4 meters tall, making $her_him a cute and adorable person who didn't look like a threat at all.
<</if>>
<<if $Body_Type =="Normal" >>
$Name was just a regular-sized $woman_man with a good-looking face. The hero was 1,75 meters tall, making $her_him just another face in the crowd of people.
<</if>> <</nobr>>
It only took a thought to realize something important: $he could stretch $his canines at will, gaining a pair of vampiric fangs, and . . . $his heart was not beating.
Then, the runes appeared in front of $him.</p><<nobr>>
<h3><span><strong>Blood units: [5/10]</strong></span></h3><figure class="table">
<table>
<tbody>
<tr>
<td style="background-color:hsl(230, 8%, 15%);border-color:hsl(340, 82%, 52%);border-style:solid;"><span style="color:rgb(255,255,255);"><span><strong>Neonate</strong>: You are a neonate, the weakness of vampires at the start of their evolution path. Your strength, speed, and durability are at the peak of what a human body can have, and the only way to actually damage you is by attacking your heart directly; you can basically shrug off any other damage unless it cuts or breaks a limb. You are also able to see perfectly in the dark and smell prey in a 100-meter radius around you. However, you need to drink blood not only to heal your wounds but also to feed your hunger. You turn into ashes if a single ray of sunlight touches you, and fire can easily send you into a panic attack.</span></span>
</td>
</tr>
</tbody>
</table>
</figure><</nobr>>
</td>
</tr>
</tbody>
</table>
</figure>
<hr>[[Next |Intro_3]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>$Name took a deep breath more as a reaction rather than a need; no matter how much air $he put in $his lungs, $he didn't feel the wave of relief that one normally should feel.
$He was cursed, turned into a monster. People would start to hunt $Name the second they figured $he was a vampire.
The idea of giving $himself to the police crossed $his mind for a second. However, what happened to the vampires after surrendering was just the same as getting a life sentence. They would throw $Name in a special jail to rot for $his new eternal life. It would be a nightmare that only the mercy of the sun would fix.
It was a miracle that, as things were now, $his body didn't raise many eyebrows. After all, there were a lot of people with strange skin colors and weird eyes. As long as $he didn't show $his fangs, the $boy would be reasonably safe in public. </p></td>
</tr>
</tbody>
</table>
</figure>
<hr>[[You decided to breathe deep and calm down. |Intro_4_A]]
[[You felt hot, really hot and horny, as something big grew in your pants. |Intro_4_B]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name closed $his eyes and forced $his dead lungs to take a deep breath, focusing on the air inflating $his chest. Inhale, hold, and exhale. $He needed to think clearly and push back the panic crawling inside $his chest.
$He could deal with it; this was not so much the end of $his world but a possibility. A chance to become something instead of a mere statistic.
In $his grasp was the power to evolve, to change; $he was an immortal creature of the night with powers so vast that the persecution of $his kind was necessary. The thought of not only surviving but thriving in this new world helped $Name to regain $his composure and start to think about what to do next.</p></td></tr></tbody></table></figure>
<hr>[[Next |Main_Hub]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>$Name 's breath became ragged, not from fear but from a sudden and overwhelming heat burning her guts. It was not just hunger for blood; it was something deeper, more primal. The $boy 's hands trembled as $he looked down and saw it; $his cock was hard.
Not just hard, it was throbbing, monstrously thick, and bigger than ever, at least 25 cm long. It was just poking between $his legs as a weapon. Veins pulsing along its length, the red tip already leaking precum with thick drops. $His colossal lemon-sized balls were heavy and swollen, churning so much semen that it was making $Name grit $his teeth.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“What the fuck?!” $He asked, and the runes inside $his head answered the question. </td> </tr> </tbody> </table></figure>
<figure class="table">
<table>
<tbody>
<tr>
<td style="background-color:hsl(230, 8%, 15%);border-color:hsl(340, 82%, 52%);border-style:solid;"><span style="color:rgb(255,255,255);"><span>Vampiric Physiology: Bloodlust and Lust Are Intertwined
As a Neonate, your body becomes harder to control the hungrier you are. These desires can manifest in the primal needs of eating or reproducing. Ignoring this need will only make it worse.</span></span>
</td>
</tr>
</tbody>
</table>
</figure>
$Name's vision blurred. Even if $he didn't have a pulse, $his cock was throbbing like a new heart, sending fresh waves of desperation through $his undead body. $He could smell everything, $his nose automatically searching for prey to satisfy $his needs, and there were two nearby.
$He stumbled back and gripped the edge of the sink. The mirror reflected $his skin blushing with unnatural hunger, $his eyes filled with pure lust, and the manhood twitching against $his stomach, begging for friction.
</p></td>
</tr>
</tbody>
</table>
</figure>
<hr>[[Jerk off. |Intro_5_A]]
[[Living to the right next to you, there is a scummy girl who always plays her music really loud. |Intro_5_B]]This attribute basically dictates how fast you move and how well you can move your body. It is used for stuff like dancing, sneaking around, and reflexes. It is also used for combat.
-Normal dexterity rolls are 1d20 + dexterity X 2.
-Combat rolls are 1d20 + ((physique + dexterity)/2 + (relevant combat skill).
-Stealth rolls are 1d20 + perception + dexterity.
<h3>Modifiers:</h3><<if $Stimulants == true >><hr>
<img src="img\Items\Stimulants.jpg" id="hp" class="ImageBorder">Stimulants: A one-time dose of paranormal mutagen mixes with the user's nerve system, making the synaptic connections a lot more efficient with their energy transference. It provides a 10% discount on leveling up Dexterity.
<</if>>
This attribute is mostly used to avoid getting ambushed and detecting extra clues or loot. Perception affects all your senses and also your capacity for tracking.
-Normal perception rolls are 1d20 + perception X 2.
-Stealth rolls are 1d20 + perception + dexterity.
<h3>Modifiers:</h3><<if $Clarionex == true >><hr>
<img src="img\Items\Clarionex.jpg" id="hp" class="ImageBorder">Clarionex:
A dose of eye drops crafted to mutate and reshape the iris to improve their vision. This is done by enhancing the composition of the lens inside the eye by removing imperfections. It provides a 10% discount on leveling up Perception.
<</if>><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
The craving was maddening. Every throbbing of $his cock sent a pulse of heat through $his veins, $his body trembling with the effort to hold back. $He had never felt like this before; the $boy got horny from time to time, but this, this was just a whole other level.
A deep need to feed, to fuck, to claim.
The scent of the people around $Name taunted $him, their heartbeats calling the vampire to sink $his teeth in their necks and $his cock in their holes. But $he couldn't risk hunting now; $Name needed to calm $himself. $He was not some kind of rabid animal; $he was a person.
With a loud snarl, $he walked slowly toward the toilet, $his cock bouncing heavily between $his legs, already leaving a trail of pre-cum on the floor.
$Name collapsed on the toilet, $his thighs spreading wide as $his hands wrapped around $his cock. $He nearly sobbed at the contact. It was hot, almost burning with pure pleasure; $he had never felt so sensitive. Not only that, but the thing was huge, thicker than any other human man, and bigger than the day before. It was clear that the transformation turned $Name into a monster in more than one way.
<img src="SanguisExHeroImages/Sex/Masturbation1.png" class="ImageBorder" >
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$He gave an experimental stroke. “Fuuuuuuuuuuuuuuuck!” $Name cursed, $his body jerking involuntarily.</td> </tr> </tbody> </table></figure>
It was too much for $him, too intense. $His brain wasn't built for this kind of pleasure. Every nerve screamed at the same time with each stroke, sending a thunderbolt of pure pleasure through $his body. </p></td></tr></tbody></table></figure>
<hr>[[Next |Intro_5_A_2]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$He needed to hunt, and a familiar sound called for $him. $Name 's nostrils flared up with the stench of cheap perfume and sweat. The girl next door, that noisy bitch Zoey, who blasted music at ungodly hours, whose laughter was too loud, and who dripped with a smug aura that made the vampire furious. $He had always put up with her shit, but not tonight.
$His cock twitched violently, almost as if it was agreeing with the idea, and another drop of precum landed on $his stomach. Rational thought and restrains were replaced by a simple need to feed.
The walls separating their apartments could easily be paper by how thin they were. $He could hear each note as $his hands scraped the doorframe of the bathroom. The music was some raunchy and extremely lewd rap about fucking, sucking dicks, and doing it in the ass. It was like the screams of a wounded animal calling for a hungry predator. Each beat was synced with the throbbing of $his fully erect manhood.
$Name only knocked once on Zoey's apartment door, the hinges almost tearing free from the wooden frame.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyAvatar.png" class="ImageBorder" id="hp">“$Name? If you are going to complain about the music again, I am not turning it down,” the girl yelled and opened the door after recognizing her face through the peephole. Unlucky for Zoey, she only managed to see $his face and nothing else. </td> </tr> </tbody> </table></figure>
Zoey was a young black woman with brown skin and short artificial pink hair that was too edgy for her age. She was wearing a tight purple tank top that showed her perky breasts under it, leaving not much to the imagination. But her most unique feature? It wasn't her rare purple eyes; it was her massive, round, jiggly ass. So plump that she stretched her hot pants to the limit, threatening to break them with each step. </p></td></tr></tbody></table></figure>
<hr>[[You apologized to her. |Intro_5_B_1]]
[[You are rude with her. |Intro_5_B_2]]
[[You remain silent. |Intro_5_B_3]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
The $boy pumped faster as $his grip tightened. Pre-cum was smearing all over $his fingers in thick, sticky strands, as if $he was trying to weave something with $his semen. There was not only the stench of $his musky cock filling the room, but also $his groans of pleasure.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Fuck fuck fuck!” $He yelled, $his balls feeling too bloated and too heavy; they hurt so bad, waiting for $Name to finally unleash the deluge of cum churning in them. All the vampire could do was focus on the burning pleasure that $his grasp gave making $his testicles twitch and felt swollen. </td> </tr> </tbody> </table></figure>
$He was close . . . so close, and then . . . there was the release.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Ahhhhhhhhhhhhhhhhhhhh! Fuck!” The vampire squealed like a dying animal.</td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Sex/Masturbation2.png" class="ImageBorder" id="hp">The first blast hit the opposite wall with a wet splash, the thick cream making a clear white stain. Such was the force of this that it knocked the air out of $his undead lungs, $his back arching as the deluge was unstoppable. Just rope after rope of cum erupted from $his throbbing cock. It was pure violence and madness as $his balls clenched like a fist. It was more life-changing than discovering masturbation for the first time.
Everything went blank for a second. At that moment, there was nothing more than raw, feral satisfaction and joy. As $he kept cumming, painting the tiles, the sink, and $his own legs in white lines of semen, $he couldn't stop; $he didn't want to stop, even if the whole place was turning into a mess.
A few seconds later, and it was done, the throbbing calmed as the bitch breaker's manhood began to soften. $Name collapsed backwards, $his body drenched with sweat and cum.
The lust for blood and flesh had dulled but not vanished; it had just become manageable enough so $he could act like a normal person. </p></td></tr></tbody></table></figure>
<hr>[[Next |Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>$Name wanted to apologize, to try to talk $his way into the woman's pants, but the moment that the door was opened, only a guttural growl came out of $his lips. Zoey barely had time to move before the $boy 's hand grabbed her wrist with bestial strength.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“He-Hey! Did you grew a pair of balls?!” Zoey's protest was cut short as $Name pushed her back into the apartment and closed the door behind her with a kick. A second later, and the vampire was shoving her face against the wall.
</td> </tr> </tbody> </table></figure>
The pink-haired girl gasped as her chest slammed against the surface, her plump ass jiggling from the sudden burst of force.
$Name didn't doubt for a second.
$His massive cock pressed against the woman's lower back as it basked in the heat radiating between them. With a single, brutal motion, $he tore the weak excuse of fabric, exposing Zoey's round and plump ass to not only the cold air of the apartment but also to the white-hot pre-cum leaking from $his monstrous manhood.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey's heart skipped a beat. “You are fucking horse! Are you gonna fuck me or what?!” she squealed, not knowing what to do while her own music muffled her screams.
</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“So sorry! Just let me put the tip in!” $Name begged while a perverted smile twisted $his lips. $His human side was mortified, but $his monstrous one was more than looking forward to this. </td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Next. |Zoey_Fucking_1_Gentle]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>The moment that the door opened, $Name was ready to do what $he had wanted to do since $he moved in. Putting Zoey in her place.
$He snarled at her like a wild animal before pouncing. Zoey barely had time to move before the $boy 's hand grabbed her wrist with bestial strength.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“He-Hey! Did you grew a pair of balls?!” Zoey's protest was cut short as $Name pushed her back into the apartment and closed the door behind her with a kick. A second later, and the vampire was shoving her face against the wall. </td> </tr> </tbody> </table></figure>
The pink-haired girl gasped as her chest slammed against the surface, her plump ass jiggling from the sudden burst of force.
$Name didn't doubt for a second.
$His massive cock pressed against the woman's lower back as it basked in the heat radiating between them. With a single, brutal motion, $he tore the weak excuse of fabric, exposing Zoey's round and plump ass to not only the cold air of the apartment but also to the white-hot pre-cum leaking of $his monstrous manhood.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey's heart skipped a beat. “You are fucking horse! Are you gonna fuck me or what?!” she squealed, not knowing what to do while her own music muffled her screams. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Shut your fucking mouth, you stupid slut! Always teasing me with that fat ass and annoying me with your music! Come on! I will give you a reason to be as loud as you want!” $Name barked at her, $his voice dripping with repressed rage. </td> </tr> </tbody> </table></figure> </p></td></tr></tbody></table></figure>
<hr>[[Next. |Zoey_Fucking_1_Hard]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
There was not a single word coming out of $Name 's mouth. The lust had turned $his into something not human, into a hungry beast. Zoey barely had time to move before the $boy 's hand grabbed her wrist with bestial strength.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“He-Hey! Did you grew a pair of balls?!” Zoey's protest was cut short as $Name pushed her back into the apartment and closed the door behind her with a kick. A second later, and the vampire was shoving her face against the wall. </td> </tr> </tbody> </table></figure>
The pink-haired girl gasped as her chest slammed against the surface, her plump ass jiggling from the sudden burst of force.
$Name didn't doubt for a second.
$His massive cock pressed against the woman's lower back as it basked in the heat radiating between them. With a single, brutal motion, $he tore the weak excuse of fabric, exposing Zoey's round and plump ass to not only the cold air of the apartment but also to the white-hot leaking pre-cum of $his monstrous manhood.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey's heart skipped a beat. “You are fucking horse! Are you gonna fuck me or what?!” she squealed, not knowing what to do while her own music muffled her screams. </td> </tr> </tbody> </table></figure>
$Name didn't answer; $he growled, a dominant and primal sound that sent shivers down Zoey's back. The $boy wasn't a thing that one could talk to or reason with; $he was an animal in heat. </p></td></tr></tbody></table></figure>
<hr>[[Next. |Zoey_Fucking_1_Silence]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
Then, with one singular, powerful thrust, $he went balls deep into the girl, slamming $his fat cock head-on into her cervix and reaching her womb.
<img src="SanguisExHeroImages/Sex/Zoey/ZoySexFromTheBack1.png" class="ImageBorder" id="hp"> $Name 's brain snapped the second that the feeling of that pussy struck $him. Even if $he didn't give her a lot of time to get wet, the accumulated precum around $his throbbing cock made up for it. It was maddening. So warm, so tight, so perfect, $he could live for this, fucking this cunt nonstop. The $boy vampire's nature rewarded $him with a dick so big and sensitive that it gave inhuman levels of carnal joy.
Zoey screamed as her face was pushed again against the wall. The girl's back was arching while $Name 's cock stretched her beyond anything she had taken before.
$He didn't give her time to adjust, as $his desires were too primal to be gentle with her. $Name pulled back almost all the way and then slammed forward again, making this punishing rhythm as revenge for all the nights Zoey woke $him up. Now, her fat ass was jiggling for $him instead of the walls of $his room.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Fuuuuuuuuuuck You are! Ah! So fucking big!” The girl howled, her voice becoming a broken mess as tears began to pour down her face, and her nails scratched the wall. $He answered by keeping pistoning her, moving faster and faster. </td> </tr> </tbody> </table></figure>
$Name 's vision was red as muffled groans of pleasure escaped $his lips. $He only took a second of her attention from Zoey's cunt squeezing $his throbbing cock to smell her scent, that sweet perfume of sweat that humans had. The vampire leaned forward, $his lips quivering as $his whole body acted on its own.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“So sorry, but this feels toooooooooooooo good, just . . . endure a little . . . fuck . . . a little more,” $Name apologized again as $his hands were firmly grabbing her ass, sinking $his fingers into those brown lands until the red imprint of $his digits was left. </td> </tr> </tbody> </table></figure>
Zoey was left with little choice. $Name 's thrusts became faster and faster, and $his balls were slapping nonstop against her clit, sending a wave of pain and pleasure with each movement. She was getting ruined and stretched, but her body was only quivering with the desire of $Name to keep going.
Precum dripped from $Name 's tip, mixing with Zoey's pussy juices as $he grabbed her ass harder. The vampire could feel it, the pressure building up in $his balls, the hunger and lust mixing into something unbearable.</p></td></tr></tbody></table></figure>
<hr>[[Breed Zoey. |Zoey_Fucking_1_Gentle_Breeding]]
[[Don't breed Zoey. |Zoey_Fucking_1_Gentle_No_Breeding]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I need to cum inside . . . please get pregnant!" As $Name ordered, the ancient drive to spread $his vampire curse pushed $his hips forward.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey's legs shook, her moans turning into whimpers as her own orgasm was close. “Fuuuuuuuuuck, fill me up!” She begged as the vampire cock twitched inside her, and with a final deep thrust, $Name claimed her.</td> </tr> </tbody> </table></figure>
<<set $Zoey_Preg to true>>
A cataclysmic deluge of semen bleached Zoey's insides. Hot, thick, and dense ropes of cum slammed against the wall of her womb as the vampire drained $his balls with a powerful roar.
<img src="SanguisExHeroImages/Sex/Zoey/ZoySexFromTheBack2Breed.png" class="ImageBorder" id="hp">Zoey's own climax hit her like a taser gun; her body trembled, her eyes rolled to the back of her head, and her cunt exploded in a shower of girl cum. The squirting juices began to mix with $Name 's seed that was spilling since $he stuffed her beyond what the girl could hold.
Then, Zoey felt it.
The invasive flood of $Name's semen filling her womb with pure desire. The supernatural essence of the $boy 's cum didn't just swim inside Zoey, waiting to fertilize an egg. They hunted it; the vampiric tip of the swimmer, sharp as its owner's teeth, pierced into her fresh and young ovules with abominable hunger.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Fuck fuck fuck! You are breeding me!” Zoey screamed, her back arching more as her womb spasmed in response to the attack. The sensation was not only pleasure from her orgasm but also from the consumption of her eggs. Similar to the orgasmic feeling of a vampire feeding on her, but this time it was $Name 's seed claiming her. </td> </tr> </tbody> </table></figure>
The $boy monster's sperm coiled around Zoey's eggs, penetrating their membrane with barely any effort. Their genetic material did not merge; it was rewritten. The vampiric DNA completely overpowered the woman's human biology in an instant. The eggs shook as they altered, their very essence and duty bending to the weight of $Name's desires.
As the ritual was over and her eggs were consumed, Zoey felt a strange sensation in her guts. She sensed it, her womb becoming a chamber where dhampirs were growing now.
$Name, who was still balls deep into her, felt it too. The $boy 's eyes widened as the bond between the two was now established; the second that $his seed took root in Zoey, she had become the vampire's property.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp"> “Don't . . . don't worry . . . I will take responsibility . . .” $Name growled with a nervous smile on $his lips, $his hands digging deep into Zoey's ass as $he pressed even deeper, focusing on not letting a single drop of $his precious semen escape. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“You . . . you . . . better do . . .” she mumbled with a pleased smile as $Name finally pulled out. Watching with satisfaction as $his seed gushed down from the girl's gaping hole. </td> </tr> </tbody> </table></figure></p></td></tr></tbody></table></figure>
<hr>[[Feed on her|Zoey_Feed]]
[[Feed don't feed on her|Zoey_Fucking_1_Aftercare]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I am . . . fuck, I am getting closer! I need to cum inside!” $Name snarled, $his voice remorseful, but $he kept clapping that brown ass. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey's legs shook, her moans turning into whimpers as her own orgasm was close. “Fuuuuuuuuuck, fill me up!” She begged as the vampire cock twitched inside her, and with a final deep thrust, $Name claimed her.</td> </tr> </tbody> </table></figure>
A cataclysmic deluge of semen bleached Zoey's insides. Hot, thick, and dense ropes of cum slammed against the wall of her womb as the vampire drained $his balls with a powerful roar.
<img src="SanguisExHeroImages/Sex/Zoey/ZoySexFromTheBack2.png" class="ImageBorder" id="hp">Zoey's own climax hit her like a taser gun; her body trembled, her eyes rolled to the back of her head, and her cunt exploded in a shower of girl cum. The squirting juices began to mix with $Name 's seed that was spilling since $he stuffed her beyond what the girl could hold.
For a moment, apart from the music, only the sound of their heavy breathing was heard. Then $Name pulled out slowly, watching with a mixture of guilt and satisfaction the mess $he made. That gaping hole was now just gushing $his cum down like a waterfall.
Zoey collapsed against the wall, her legs giving up as the pillar that had been supporting her until now was removed.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name dropped to $his knees beside her, $his hands on $his side. “Zoey . . . I . . .” $he mumbled, not knowing what to say. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">The prey let out a weak laugh, her voice hoarse. “Damn, $Name . . . you should have told me sooner that you were hung like a fucking . . . horse . . .” she mumbled, her body still twitching. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">Those words sent a wave of relief through the vampire. “Oh . . . it is nice . . . that you like it . . .” $Name mumbled, just the view of that naked ass starting to make $him horny again.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey turned her head, meeting the vampire's gaze with a playful smirk, her eyes still squinting and her cunt still sore. “Ok. . . you want to do it again?” The girl finally said. </td> </tr> </tbody> </table></figure></p></td></tr></tbody></table></figure>
<hr>[[Feed on her|Zoey_Feed]]
[[Don't feed on her|Zoey_Fucking_1_Aftercare]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
Zoey was lying on her tiny one-person bed, her body still shaking from the multiple orgasms that $Name gave her, claiming her over and over nonstop the whole night. Her pink hair was a mess of rebel strands, her body was covered in a thick layer of seed and sweat, and her belly was full and warm no matter how much semen leaked out of her.
It was common knowledge that a vampire could turn someone into a ghoul by giving a drop of their blood. But what $Name did was turn Zoey into $his bride by feeding gallons of semen.
Now, the vampire stood near the window, $his silhouette framed by the cold moonlight. $Eye_Color eyes watched Zoey with a mixture of hunger and desire.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“You . . . really know how to fuck a girl. . . . Are you a vampire, right? We are sooooooo screwed,” she mumbled, her voice barely above a whisper. It was almost impossible for $Name not to show $his fangs when $he came. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Don’t worry, just trust me, and everything will be fine . . . I swear that you will be safe,” $Name proclaimed and got closer, placing a finger under the girl's chin. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“You are now part of my family,” the $boy finally said, and with a deep kiss, $he turned that annoying neighbor into something more than a simple servant.</td> </tr> </tbody> </table></figure>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<set $Days to $Days+1>>
<<set $Zoey_1 to true>><<set $Fucking_Count to $Fucking_Count +1>>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Next|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
The vampire fangs sank deep into Zoey's throat, piercing the flesh with precision and sending a sharp pain shock through her body. She gritted her teeth and rolled her eyes to the back of her head; Zoey even arched her back as $Name 's lips sealed over the wound.
However, for each drop of blood $he took, another wave of orgasmic pleasure struck the woman, sending a mixture of both pain and carnal joy through the girl.
$Name 's tongue circled around the twin holes, $his grip on her neck tightening as $he drank and drank. The sweet taste of the forbidden nectar sent an equally powerful rush of pleasure through the vampire's body as $his prey.
Zoey whimpered, her body relaxing while the vampire stole the precious red liquid. Her vision was getting blurry, her head was dizzy, and her strength was leaving her body with each drop of blood getting sucked out of her. However, as she was on the brink of fainting, $Name pulled back with a wet and loud pop sound, licking the traces of blood as the wounds quickly healed.
<<nobr>>
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<set $Servants_daily_blood to $Servants_daily_blood+1>>
<<set $Zoey_servant to true>>
<h3><span><strong>Zoey is now your servant; she will give you 1 unit of blood per day for free.</strong></span></h3>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Next|Zoey_Fucking_1_Aftercare]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
Then, with one singular, powerful thrust, $he went balls deep into the girl, slamming $his fat cock head-on into her cervix and reaching her womb.
<<set $Zoey_Is_Sub to true>>
<img src="SanguisExHeroImages/Sex/Zoey/ZoySexFromTheBack1.png" class="ImageBorder" id="hp"> $Name 's brain snapped the second that the feeling of that pussy struck $him. Even if $he didn't give her a lot of time to get wet, the accumulated precum around $his throbbing cock made up for it. It was maddening. So warm, so tight, so perfect, $he could live for this, fucking this cunt nonstop. The $boy vampire's nature rewarded $him with a dick so big and sensitive that it gave inhuman levels of carnal joy.
Zoey screamed as her face was pushed again against the wall. The girl's back was arching as $Name 's cock stretched her beyond anything she had taken before.
$Name didn't give her time to adjust, as $his desires were too primal to be gentle with her. $He pulled back almost all the way and then slammed forward again, making this punishing rhythm as revenge for all the nights Zoey woke $him up. Now, her fat ass was jiggling for $him instead of the walls of $his room.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Fuuuuuuuuuuck You are! Ah! So fucking big!” The girl howled, her voice becoming a broken mess as tears began to pour down her face, and her nails scratched the wall. $Name only kept pistoning her, moving faster and faster. </td> </tr> </tbody> </table></figure>
$Name's vision was red as muffled groans of pleasure escaped $his lips. $He only took a second of $his attention from Zoey's cunt squeezing $his throbbing cock to smell her scent, that sweet perfume of sweat that humans had. The vampire leaned forward, $his lips quivering as $his whole body acted on its own.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">The $boy let out a chuckle as a string of saliva came out of $his mouth. “Too bad! You should have thought about it before pissing me off!” $He yelled, moving $his hips faster and just grinding the girl's cervix with $his big fat cock. </td> </tr> </tbody> </table></figure>
The vampire was just loving how much $his prey's body was twitching and clenching $his manhood the harder $he fucked her.
Zoey was left with little choice. $Name 's thrusts became faster and faster, and $his balls were slapping nonstop against her clit, sending a wave of pain and pleasure with each movement. She was getting ruined and stretched, but her body was only quivering with desire for $Name to keep going.
Precum dripped from $Name 's tip, mixing with Zoey's pussy juices as $he grabbed her ass harder. The vampire could feel it, the pressure building up in $his balls, the hunger and lust mixing into something unbearable.</p></td></tr></tbody></table></figure>
<hr>[[Breed Zoey. |Zoey_Fucking_1_Hard_Breeding]]
[[Don't breed Zoey. |Zoey_Fucking_1_Hard_No_Breeding]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Fuck! I am close! Get pregnant, you fucking bratty slut!” As $Name ordered, the ancient drive to spread $his vampire curse pushed $his hips forward. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey's legs shook, her moans turning into whimpers as her own orgasm was close. “Fuuuuuuuuuck, fill me up!” She begged as the vampire cock twitched inside her, and with a final deep thrust, $Name claimed her. </td> </tr> </tbody> </table></figure>
<<set $Zoey_Preg to true>>
A cataclysmic deluge of semen bleached Zoey's insides. Hot, thick, and dense ropes of cum slammed against the wall of her womb as the vampire drained $his balls with a powerful roar.
<img src="SanguisExHeroImages/Sex/Zoey/ZoySexFromTheBack2Breed.png" class="ImageBorder" id="hp">Zoey's own climax hit her like a taser gun; her body trembled, her eyes rolled to the back of her head, and her cunt exploded in a shower of girl cum. The squirting juices began to mix with $Name 's seed that was spilling since $he stuffed her beyond what the girl could hold.
Then, Zoey felt it.
The invasive flood of $Name 's semen filling her womb with pure desire. The supernatural essence of the $boy 's cum didn't just swim inside Zoey, waiting to fertilize an egg. They hunted it; the vampiric tip of the swimmer, sharp as its owner's teeth, pierced into her fresh and young ovules with abominable hunger.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Fuck fuck fuck! You are breeding me!” Zoey screamed, her back arching more as her womb spasmed in response to the attack. The sensation was not only pleasure from her orgasm but also from the consumption of her eggs. Similar to the orgasmic feeling of a vampire feeding on her, but this time it was $Name 's seed claiming her. </td> </tr> </tbody> </table></figure>
The $boy monster's sperm coiled around Zoey's eggs, penetrating their membrane with barely any effort. Their genetic material did not merge; it was rewritten. The vampiric DNA completely overpowered the woman's human biology in an instant. The eggs shook as they altered, their very essence and duty bending to the weight of $Name's desires.
As the ritual was over and her eggs were consumed, Zoey felt a strange sensation in her guts. She sensed it, her womb becoming a chamber where dhampirs were growing now.
$Name, who was still balls deep into her, felt it too. The $boy 's eyes widened as the bond between the two was now established; the second that $his seed took root in Zoey, she had become the vampire's property.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Ahhhhhh . . . breeding a nasty slut like you felt amazing; I hope you are ready to be pregnant for the rest of your life. The second those come out of you, I am putting in a new batch,” $Name growled with a sadistic smile, $his cock digging deep into Zoey's pussy as $he pressed even deeper, focusing on not letting a single drop of the precious semen escape. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Yes . . . master . . . ” she mumbled with a broken but pleased smile as $Name finally pulled out. Watching with satisfaction as $his seed gushed down from the girl's gaping hole. </td> </tr> </tbody> </table></figure></p></td></tr></tbody></table></figure>
<hr>[[Feed on her|Zoey_Feed]]
[[Feed don't feed on her|Zoey_Fucking_1_Aftercare]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
One of $Name 's hands grabbed Zoey's pink hair, yanking her head back with a sharp movement. “Say it, tell me how much you love getting fucked like a bitch in heat!” The vampire snarled, $his fangs rubbing against the back of the girl's neck. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey nodded, her eyes wide open while tears poured down her cheeks. “I-I-I love it! Fuck me harder! Master! Please!” She confessed while her cunt was getting destroyed.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp"> $Name let her head go just to focus on grabbing that big posterior with $his fingers. "Pathetic. I am going to make sure you remember who owns this cunt!" The vampire roared as $he was about to climax.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey's legs shook, her moans turning into whimpers as her own orgasm was close. “Fuuuuuuuuuck, fill me up!” She begged as the vampire cock twitched inside her, and with a final deep thrust, $Name claimed her.</td> </tr> </tbody> </table></figure>
A cataclysmic deluge of semen bleached Zoey's insides. Hot, thick, and dense ropes of cum slammed against the wall of her womb as $Name drained $his balls with a powerful roar.
<img src="SanguisExHeroImages/Sex/Zoey/ZoySexFromTheBack2
.png" class="ImageBorder" id="hp">Zoey's own climax hit her like a taser gun; her body trembled, her eyes rolled to the back of her head, and her cunt exploded in a shower of girl cum. The squirting juices began to mix with $Name 's seed that was spilling since the vampire stuffed her beyond what the girl could hold.
For a moment, apart from the music, only the sound of their heavy breathing was heard. Then $Name pulled out slowly, watching with a mixture of pride and satisfaction the mess $he made. That gaping hole was now just gushing $his cum like a waterfall.
Zoey collapsed against the wall, her legs giving up as the pillar that had been supporting her until now was removed.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name stood on her side, $his hands grabbing her head and pulling her near $his fangs. “Your ass is mine now; I will fuck it as much as I want, whenever I want,” $he snarled, making sure that $his new pet knew her place.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">The girl just made a weak nod, her body completely marked by the $boy. “Yeah . . . fuck . . . as you say, stud, ahhh, my cunt is ruined . . .” she mumbled, her body still twitching.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Good bitch, now get back to the bed; that slutty body is making me horny again. I will drain my balls inside you all night long,” $Name added. Just the sight of that naked ass was starting to make $him horny again.</td> </tr> </tbody> </table></figure>
She made a playful smirk and nodded, her whole body shaking with a mixture of worry and desire. Zoey had never been fucked like this before, and now, $Name would keep fucking her until she became $his cock-hungry whore. Joke's on $him; she was already her slut the second that the vampire put $his fat cock into her cunt. </p></td></tr></tbody></table></figure>
<hr>[[Feed on her|Zoey_Feed]]
[[Don't feed on her|Zoey_Fucking_1_Aftercare]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>Then, with one singular, powerful thrust, $he went balls deep into the girl, slamming $his fat cock head-on into her cervix and reaching her womb.
<<set $Zoey_Is_Sub to true>>
<img src="SanguisExHeroImages/Sex/Zoey/ZoySexFromTheBack1.png" class="ImageBorder" id="hp"> $Name 's brain snapped the second that the feeling of that pussy struck $him. Even if $he didn't give her a lot of time to get wet, the accumulated precum around $his throbbing cock made up for it. It was maddening. So warm, so tight, so perfect, $he could live for this, fucking this cunt nonstop. The $boy vampire's nature rewarded $him with a dick so big and sensitive that it gave inhuman levels of carnal joy.
Zoey screamed as her face was pushed again against the wall. The girl's back was arching as $Name 's cock stretched her beyond anything she had taken before. $Name didn't give her time to adjust, as $his desires were too primal to be gentle with her. $He pulled back almost all the way and then slammed forward again, making this punishing rhythm as revenge for all the nights Zoey woke $him up. Now, her fat ass was jiggling for $him instead of the walls of her room.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Fuuuuuuuuuuck You are! Ah! So fucking big!” The girl howled, her voice becoming a broken mess as tears began to pour down her face, and her nails scratched the wall. $Name only kept pistoning her, moving faster and faster. </td> </tr> </tbody> </table></figure>
The vampire's vision was red as muffled groans of pleasure escaped $his lips. $He only took a second of $his attention from Zoey's cunt squeezing $his throbbing cock to smell her scent, that sweet perfume of sweat that humans had.
To all that sound, $Name could answer with loud grunts, closing $his eyes and just enjoying the sensation as $his hands firmly grabbed her ass. Those long, strong fingers were just groping that brown land until the red imprint of $his digits was left.
Zoey was left with little choice. $Name 's thrusts became faster and faster, and $his balls were slapping nonstop against her clit, sending a wave of pain and pleasure with each movement. She was getting ruined and stretched, but her body was only quivering with the desire of $Name to keep going.
Precum dripped from $Name 's tip, mixing with Zoey's pussy juices as $he grabbed her ass harder. The vampire could feel it, the pressure building up in $his balls, the hunger and lust mixing into something unbearable.</p></td></tr></tbody></table></figure>
<hr>[[Breed Zoey. |Zoey_Fucking_1_Silent_Breeding]]
[[Don't breed Zoey. |Zoey_Fucking_1_Silent_No_Breeding]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name didn't need to say anything; just the feeling of $his massive cockhead breaking into the girl's womb as a siege weapon destroyed the gates of a city was enough to make things clear to $his prey.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey's legs shook, her moans turning into whimpers as her own orgasm was close. “Fuuuuuuuuuck, fill me up!” She begged as the vampire cock twitched inside her, and with a final deep thrust, $Name claimed her. </td> </tr> </tbody> </table></figure>
<<set $Zoey_Preg to true>>
A cataclysmic deluge of semen bleached Zoey's insides. Hot, thick, and dense ropes of cum slammed against the wall of her womb as the vampire emptied $himself with a powerful roar.
<img src="SanguisExHeroImages/Sex/Zoey/ZoySexFromTheBack2Breed.png" class="ImageBorder" id="hp">Zoey's own climax hit her like a taser gun; her body trembled, her eyes rolled to the back of her head, and her cunt exploded in a shower of girl cum. The squirting juices began to mix with $Name 's seed that was spilling since $he stuffed her beyond what the girl could hold.
Then, Zoey felt it.
The invasive flood of $Name 's semen filling her womb with pure desire. The supernatural essence of the $boy 's cum didn't just swim inside Zoey, waiting to fertilize an egg. They hunted it; the vampiric tip of the swimmer, sharp as its owner's teeth, pierced into her fresh and young ovules with abominable hunger.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Fuck fuck fuck! You are breeding me!” Zoey screamed, her back arching more as her womb spasmed in response to the attack. The sensation was not only pleasure from her orgasm but also from the consumption of her eggs. Similar to the orgasmic feeling of a vampire feeding on her, but this time it was $Name 's seed claiming her. </td> </tr> </tbody> </table></figure>
The $boy monster's sperm coiled around Zoey's eggs, penetrating their membrane with barely any effort. Their genetic material did not merge; it was rewritten. The vampiric DNA completely overpowered the woman's human biology in an instant. The eggs shook as they altered, their very essence and duty bending to the weight of $Name's desires.
As the ritual was over and her eggs were consumed, Zoey felt a strange sensation in her guts. She sensed it, her womb becoming a chamber where dhampirs were growing now.
$Name, who was still balls deep into her, felt it too. The $boy 's eyes widened as the bond between the two was now established; the second that $his seed took root in Zoey, she had become the vampire's property.
Just in case Zoey thought that she could get out of this without getting pregnant, $Name immediately went for a second round.
There was no doubt in her head; that vampire would fuck her over and over until she was nothing more than $his breeding whore, and for some reason, that thought forced a pleased smile out of her lips. </p></td></tr></tbody></table></figure>
<hr>[[Feed on her|Zoey_Feed]]
[[Feed don't feed on her|Zoey_Fucking_1_Aftercare]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey's legs shook, her moans turning into whimpers as her own orgasm was close. “Fuuuuuuuuuck, fill me up!” She begged as the vampire cock twitched inside her, and with a final deep thrust, $Name claimed her.</td> </tr> </tbody> </table></figure>
A cataclysmic deluge of semen bleached Zoey's insides. Hot, thick, and dense ropes of cum slammed against the wall of her womb as the vampire emptied $himself with a powerful roar.
<img src="SanguisExHeroImages/Sex/Zoey/ZoySexFromTheBack2.png" class="ImageBorder" id="hp">Zoey's own climax hit her like a taser gun; her body trembled, her eyes rolled to the back of her head, and her cunt exploded in a shower of girl cum. The squirting juices began to mix with $Name 's seed that was spilling since $he stuffed her beyond what the girl could hold.
For a moment, apart from the music, only the sound of their heavy breathing was heard. Then $Name pulled out slowly, watching with a mixture of pride and satisfaction the mess $he made. That gaping hole was now just gushing $his cum down like a waterfall.
Zoey collapsed against the wall, her legs giving up as the pillar that had been supporting her until now was removed.
$Name stood on her side, $his hands on $his waist as she loomed over Zoey. $He didn't say anything; $he just stood there with $his still fully erect cock cloaked in pussy juices and semen. A clear order was given.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">The girl let out a weak laugh, her voice hoarse from so much screaming. “Fine . . . you don’t need to ask . . . fuck . . . it smells so strong . . . I may get addicted to it . . .” she mumbled, her body twitching as her nose was getting assaulted by the strong musk of the $boy. </td> </tr> </tbody> </table></figure>
A loud and powerful cock slap that almost made her fall to the floor was the only answer that $Name gave her.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey let out a whimper of pain as her cheek got both red and coated in semen from the attack. “Ok, ok, ok! I get it . . . less talking and more cleaning,” the girl finally said and kissed the fat cockhead as a gesture of submission. </td> </tr> </tbody> </table></figure></p></td></tr></tbody></table></figure>
<hr>[[Feed on her|Zoey_Feed]]
[[Don't feed on her|Zoey_Fucking_1_Aftercare]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name didn't waste a second. $His fangs sank deep into Zoey's neck, piercing her skin and flesh without a single ounce of resistance. The girl's scream was cut off by the pressure of the vampire's hand choking her neck, paralyzing her instantly as $he fed on her.
The blood oozing from her neck was not only hot and sweet but also addictive, flooding $Name 's mouth as $he could not get enough of it. $He drank greedily, only focusing on feeding $his own hunger as Zoey rolled her eyes to the back of her head. The girl was twitching, her fingers curling, her heart about to explode in her chest before slowly becoming more and more tired while $Name drained the life out of her.
$Name was far from done; $he wanted to drink more than just her blood.
$He kept sucking, reaching deeper and deeper, past her skin, past her muscles, past her bones, and reaching the girl's very essence. Zoey's soul was flickering like an ember inside her, shaking with fear as the $boy kept dragging it outside her body until eventually, it was on the vampire's maw.
$Name crushed it between $his teeth, consuming it whole.
<h3><span><strong>You have absorbed Zoey's soul.</strong></span></h3><figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/ZoeySoul.png" class="ImageBorderAvatars">
</td><td>
A partially damaged soul filled with fear and regret. Even in this pitiful state it shines with a bright purple light. Its strong spiritual roots allow the user to have a better understanding of the souls consumed, getting more benefits from each one they consume. Reduces by 20% the amount of experience needed to level up a common soul.
</td></tr></tbody></table></figure>
Zoey's body jerked for a final time and then went still like a puppet that got its strings cut.
$Name pulled back, licking the last traces of blood from $his lips. Beneath $him, Zoey's skin turned pale, then grayed, while cracks were forming on it like the dry wall paint around them. In just a few seconds, her body crumbled into ashes and scattered across the floor like dust in the wind.
The vampire took a deep breath, feeling the power of the soul $he had just absorbed beating inside $him. $He gave a quick glance at the empty spot where Zoey had been and then smirked.
<<nobr>>
<<set $Zoey_Soul to 1>>
<<set $HumanKilled to true>>
<h3><span><strong>You gain 5 units of blood</strong></span></h3>
<<if $Energy + 5 <= $Max_Energy >>
<<set $Energy to $Energy +5 >>
<<else>>
<<set $Blood_mutation_points to $Energy+3 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<set $Days to $Days+1>>
<<set $Zoey_1 to true>>
<<set $Killing_Count to $Killing_Count +1>>
<</nobr>></p></td></tr></tbody></table></figure>
<hr>[[Next|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>$Name stepped into the dimly lit hallway of the apartment complex. The flickering white light above $his illuminated only enough of $his body to reveal $his silhouette in the darkness of the night.
<<nobr>><<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>><</nobr>>
Beside $his apartment, there was Zoey's door, a chipped, off-white slab of peeling paint and cheap wood with the bronze-cast 3B hanging loosely from a single screw.
$He could hear it, the music leaking through the thin walls of that cheap-quality door. This high-volume rap made a dent in$his psyche, not because of the type of music but because of the constant mental attack that was hearing them night and day. Always, really loud, to the point where sleeping had become a challenge for $him.
The vampire could smell the girl on the other side of the door. A mixture of cheap deodorant and the tempting stench of human sweat.
There was a promise behind that door. A healthy heart pumping that sweet nectar that$his abominable hunger craved so much.
$Name only knocked once on Zoey's apartment door, the hinges almost tearing free from the wooden frame.<<if $Soul_Voyeur != false>><figure class="tableSoul"><table><tbody><tr><td> <img src="SanguisExHeroImages/Icons/ZoeySoul.png" class="ImageBorderAvatars"> </td><td> Zoey Soul: A partially damaged soul filled with fear and regret. Even in this pitiful state it shines with a bright purple light. Its strong spiritual roots allow the user to have a better understanding of the souls consumed, getting more benefits from each one they consume. Reduces by 20% the amount of experience needed to level up a common soul.
</td></tr></tbody></table></figure><</if>><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“$Name? If you are going to complain about the music again, I am not turning it down,” the girl yelled and opened the door after recognizing $his face through the peephole. </td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Avatars/ZoeyAvatar.png" class="ImageBorder" id="hp">Zoey was a young black woman with brown skin and short artificial pink hair that was too edgy for her age. She was wearing a tight purple tank top that showed her perky breasts under it, leaving not much to the imagination. But her most unique feature? It wasn't her rare purple eyes; it was her massive, round, jiggly ass. So plump that she stretched her hot pants to the limit, threatening to break them with each step.
</p></td></tr></tbody></table></figure>
<hr>[[Flirt. |Zoey_Seduction_1]]
[[Put Zoey in her place. |Zoey_Banter_1]]
[[Just kill her. |Zoey_Kill]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
The hunger got worse, almost like a living creature screaming, biting, and twisting inside $Name 's skull. It was something as simple as using more blood that $he was able to get, long hunts that left $him with nothing, or even worse, made $him waste blood to recover $his wounds after barely managing to escape.
His vision was fully red at the edges, $his fangs ached, and $his fingers trembled like an alcoholic having withdrawal symptoms. The rational part of the vampire that remembers vital stuff like $his name or what would happen if $he went too far was getting drowned beneath the cursed need for blood.
A growl rumbled from $his throat, $his muscles spasmed, and $his bones creaked as $his body contorted, $his humanity crumbling as the thirst was just too much. $He needed food, no matter the source, no matter how; $he needed to feed, now.
It was a massacre; the vampire went feral in a densely packed street, killing and eating until eventually some hunters found $him. The police officers chased $him in place until eventually $he was cornered in a dead-end alley.
The first shot made a hole where $his $he art should be, and the second blew through $his skull. $He didn't even feel it, only the relief of $his hunger finally went away.
GAME OVER</p></td></tr></tbody></table></figure><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>A scrawny rat moved across $his path, its tiny $he rat almost undetectable by the vampire as $he had decided to avoid drinking human blood. There was a quick and merciful bite, and then a warm coppery flavor filled $his mouth. It was thinner than water, bitter, and barely enough to satisfy $his thirst, but it was something.
There was not even a drop left as $he let the animal feel the floor; its body cracked like a pile of ash into dust the second it touched the floor. One down, one hundred more to go.
<<set $Days to $Days+1>>
You gain $Servants_daily_blood blood points thanks your servants.
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
</p></td></tr></tbody></table></figure>
<<if $Energy + 1 <= $Max_Energy >>
<<set $Energy to $Energy +1 >>
<<else>>/*alwasy be one, fix bug*/
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<hr>[[Stop|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Look. I get that you like your music, but I haven't slept properly in weeks. There must be a way that we can both do what we want,”$he said, $his voice a tiny bit angry, but $he managed to stay calm. If the $boy wanted something with Zoey, the first thing would be fixing this problem. Then, when they become decent neighbors, they could become something better. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey rolled her eyes, shifting her weight to one hip in a way that made her curves even more noticeable. “Oh? Really? No more yelling? No more calling the cops just to get ignored? What bug bit you?” She asked with a smug smile. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">The $boy took a deep breath. “Maybe I just want to understand why you need to be so loud. You are throwing secret parties in here? Practicing for a rap battle? Or do you just like hearing me banging on the wall?” $He barked back, giving Zoey some room to explain herself. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">She blinked a few times, confused. “Damn, you are really putting in the effort. Fine, I have . . . hearing problems. Let's just leave it at that. The music helps me to sleep, and you must know what a pain in the ass it is sleeping with a pair of headphones,” the girl answered, quickly moving from her strange and nonsensical problem. Having music that loud would never help someone with hearing problems; on the contrary, it would make it worse. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Don’t need to fucking tell me that twice,” $Name answered, staring daggers at her. </td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Next. |Zoey_Seduction_2]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Awwww, poor baby. Can't sleep? Need me to sing you a lullaby?” Zoey asked with a smug smile, teasing the $boy who was on the verge of doing something really bad to her. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$He squinted $his eyes. “Do you think this is funny?” $Name snarled, veins starting to pop on $his neck. It was impressive how Zoey was able to get an undead without a heartbeat to do that. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">She poked $his chest with a single finger. “I am, but not as big a joke as you. You keep showing up at my door like some kind of stray dog. You like my music, $Name? Or do you just like me?” Zoey teased $him. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name quickly slapped the finger out of the way. “I like sleeping at night,” $he snarled, $his cock getting hard from sheer rage as each second that passed, $his patience was growing thin. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">"Mmm, sure. Maybe you are just a creep that takes every chance $he has to knock on my door and stare at my ass," Zoey added and suggestively moved her hips to then slap her big fat posterior. If there was something that she loved, it was teasing $boys and making them angrier; there was a reason why she dressed that way. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“You are begging me to shut you up,” the vampire snarled, taking a step forward, almost touching her. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey smirked, thinking that the $boy didn't have the balls to touch her. "Ohhh, scary. Big, bad $Name ’s gonna-what? Yell at me? Whine some more? Maybe write a strongly worded note?" The girl asked and then laughed at $his face. </td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Fuck her brains out. |Zoey_Banter_2]]
[[Just kill her. |Zoey_Kill]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey went silent for a second, then looked down. “But I guess that I . . . could invest in some smaller headphones,” she mumbled and then looked at the vampire staring into her eyes.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Are we actually reaching an agreement? What is the catch?” $Name asked, confused about the suggestion.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">She chuckled and raised her hands. “Oh no no no no, we are faaaaaaaar from that. You owe me, and I am going to make you pay a lot for this little favor,” the woman muttered and bit her lower lip.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Name your price,” $Name added, and $he was already feeling the pain in $his wallet.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey leaned in, her purple eyes shining with some mischief. “Oh, I think you know exactly what I want . . . I don't know what you did to your dick, but by the size of that bulge . . . I want it,” she purred.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Next. |Zoey_Seduction_3]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">The $boy shook $his head, feeling a little bit like a chunk of meat, but $he could not deny it. $He was already starting to get hard. “Really? That is it? What if I don't have such a big . . . ?”$he said, trying to play hard to get.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“We wouldn't be having this discussion. A girl has her needs, and why go to shop for food outside when I have something at home just living beside me?” Zoey answered with some unapologetic honesty.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"I apologize beforehand . . . if I lost control and I hurt you . . ." $Name added, ready to put this woman in her place but also fearing that$his supernatural body was a little bit too much for her.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey laughed. "Doubt it," she answered.</td> </tr> </tbody> </table></figure>
$Name pushed her back into the apartment and closed the door behind her with a kick. A second later, and the vampire was shoving her face against the wall.
The pink-haired girl gasped as her chest slammed against the surface, her plump ass jiggling from the sudden burst of force.
$Name didn't doubt for a second.
$His massive cock pressed against the woman's lower back as it basked in the heat radiating between them. With a single, brutal motion, $he tore the weak excuse of fabric, exposing Zoey's round and plump ass to not only the cold air of the apartment but also to the white-hot leaking pre-cum of $his monstrous manhood.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey's heart skipped a beat. “Getting a little rough down there!” she squealed, not knowing what to do while her own music muffled her screams. </td> </tr> </tbody> </table></figure>
$Name didn't answer; $he growled, a dominant and primal sound that sent shivers down Zoey's back. The $boy wasn't a thing that one could talk to or reason with; $he was an animal in heat.
</p></td></tr></tbody></table></figure>
<hr>[[Next. |Zoey_Fucking_1_Gentle]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$He snarled at her like a wild animal before pouncing. Zoey barely had time to move before the $boy 's hand grabbed her wrist with bestial strength.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“He-Hey! Did you grew a pair of balls?!” Zoey's protest was cut short as $Name pushed her back into the apartment and closed the door behind her with a kick. A second later, and the vampire was shoving her face against the wall. </td> </tr> </tbody> </table></figure>
The pink-haired girl gasped as her chest slammed against the surface, her plump ass jiggling from the sudden burst of force.
$Name didn't doubt for a second.
$His massive cock pressed against the woman's lower back as it basked in the heat radiating between them. With a single, brutal motion, $he tore the weak excuse of fabric, exposing Zoey's round and plump ass to not only the cold air of the apartment but also to the white-hot pre-cum leaking of $his monstrous manhood.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey's heart skipped a beat. “You are fucking horse! Are you gonna fuck me or what?!” she squealed, not knowing what to do while her own music muffled her screams. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Shut your fucking mouth, you stupid slut! Always teasing me with that fat ass and annoying me with your music! Come on! I will give you a reason to be as loud as you want!” $Name barked at her, $his voice dripping with repressed rage. </td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>
[[Next. |Zoey_Fucking_1_Hard]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><<nobr>><<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>><</nobr>>
Next to $his apartment door there was a girl cursing as she was trying to open her door to no avail.<<nobr>><<if $Soul_Voyeur != false>>
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/AlexSoul.png" class="ImageBorderAvatars">
</td><td> Alex soul: A strong soul that shines with green energy, just bloated with pure repressed rage as it is about to blow up. It gives the user the power to control small swarms of wasps that can attack their enemies during combat. Gives the enemy 2 charges of poison per turn.</td></tr></tbody></table></figure><</if>><</nobr>><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexAvatar.png" class="ImageBorder" id="hp">She had long, curly black hair and a pair of glasses covering her piercing green eyes. The girl had a nice frame, not so much in the breasts department, but a nice set of legs with an impressive ass. The girl was wearing a black sweater and a pair of blue jeans. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Hey, what happened?” $Name asked with a confused tone. That girl looked new, someone that had the misfortune to move next to $him. The vampire was starting to think about what to do with her since those legs were starting to make another kind of thirst burn inside him. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">The girl quickly turned around and blinked a few times. “Hi-hi . . . I went to throw the trash and forgot the keys inside; now I am fucking locked out of my apartment,” she muttered with a nervous tone while grabbing one of her arms and looking down. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Did you call the landlord?” $He asked again, trying to do some small talk while the time passed. However, $Name knew full well that getting that woman to answer that phone and do her obligations was like pissing against the wind. </td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Next. |Alex_Meeting_1_2]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp"> $Name noticed Alex getting awkward, so $he decided to break the ice. “So, do you have any hobbies?” The vampire asked since the night was young and they would spend a lot of time alone. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Yeah . . . I like books and reading in general. I mean, when I am not locking myself out of my apartment like an idiot,” she admitted with a self-deprecating chuckle. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Oh, nice. Anything in particular?” $He asked while leaning against the wall of the apartment as Alex sat on $his couch. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;">
<img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">The girl looked around and began to play with her fingers, showing that she had a clear problem talking about that stuff, as it took her a few seconds to answer the question. “I am just a huge classic fan. However . . . I have been getting into more modern stuff lately,” she muttered, trying her best to overshare with her new friend. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;">
<img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Do you read something?” Alex finally asked, trying to have something in common with the vampire apart from living in a shitty apartment. </td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Actually yes, I am also a huge book nerd.]]
[[Nah, I haven't touched a book since high school. Do you have any recommendations? |Nah]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;">$Name leaned against a wall, $his eyes looking with amusement as $he watched Alex growing increasingly nervous. $He could sense it, that healthy young heart beating in her chest faster and faster as her fingers twisted together.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“You know. . . I don't usually let people stay over for free,” $he muttered with a devious smile on $his lips.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex blinked and nodded. “Oh . . . hmmm, right. I mean, I can pay you back tomorrow when I get my keys.” She was cut short before the girl could even finish her sentence.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">The $boy chuckled. “I wasn't talking about money,” $Name said and began to work slowly toward the girl.</td> </tr> </tbody> </table></figure>
Her breath became faster, the air between them getting thicker with pure tension. She looked at the door, but some morbid curiosity kept her in place.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Wha-what do you mean?” Alex muttered, already feeling strange. She was in an extremely vulnerable position, and something extremely bad was about to happen, but for a reason... the girl was starting to sweat and getting hot.</td> </tr> </tbody> </table></figure>
$He closed the distance with a quick step, pushing her down on the sofa. $His hand brushed against her cheek, and $his fingers traveled down her throat.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“You look smart . . . with your glasses . . . figure it out,” $he whispered while caressing her ears with $his lips.</td> </tr> </tbody> </table></figure>
Alex swallowed hard as she felt her womb throb, her heart hammering against her ribs as she knew exactly what the $boy wanted. This was wrong; she should scream, she should fight back, but . . . $he was totally her type. The way $his body pressed against hers and the hunger in $his gaze; this was just like the dark stuff she had masturbated to in the past.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“I-I don't . . .” she protested as $his grip tightened around her neck, making her let out a tiny moan.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Say no and you would walk right out that door. You can sleep in the hallway,” $Name warned her as the dark implication made her breath even faster.</td> </tr> </tbody> </table></figure>
A shiver ran through her spine. Jokes on $him; she was totally into this. Alex opened her lips to say something, but she was out of words.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name smirked and groped her fat ass, leaving her neck alone. “That is what I thought, you dirty slut,” $he grunted and then kissed her.</td> </tr> </tbody> </table></figure>
$His mouth crashed against hers,shutting down any protests she could have. She tensed up, her hand flying up to push against $his chest as a reflex, but $he grabbed her wrist, pinning it above her head with one hand. The other slid down, squeezing her ass again to make it clear that this night she would not be sleeping.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Ple-please . . .” she mumbled between kisses as the long tongue of the vampire bullied hers. Alex could feel it, her cunt getting soaked wet even if this was her first kiss.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Please what? You want me to stop?” $He said and bit her neck, sharp enough to sting, not drawing blood yet, just teasing her.</td> </tr> </tbody> </table></figure>
Alex whimpered, torn between fear and the boiling lust inside her guts. She would beg to fuck her into a mess, but that would break the mood.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Out of words? Are you nervous? What are you, a virgin?” $Name teased her once again, $his hand now focusing exclusively on undressing her.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Ye-yes . . .” Alex confessed, moaning and panting as the vampire slowly took off each layer of clothes. From her sweater to her pants, making sure not to leave a single strand between them.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp"> $He chuckled and then kissed her again, leaving $his work half done as Alex was in her underwear alone. “Good, I will make sure to reshape your cunt into my perfect cocksheath,” $Name purred after breaking the kiss.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>
[[Go hard con her. |Alex_Sex_Rude_1]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Actually yes, I am also a huge book nerd,” $Name said, as $he was more a library type of reader since it was cheaper. However, $he loved books; since $he was a kid, the $boy loved just reading. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">She blinked a few times, gripping her fist and trying to not talk too fast. “Really?! What do you like?” Alex asked, blushing a little as she raised her voice from the sheer excitement of finally finding another bookworm.</td> </tr> </tbody> </table></figure>
<<set $Like_books to true>>
</p></td></tr></tbody></table></figure>
<hr>[[I am into a little bit of everything.]]
[[I like horror books.]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I am into a little bit of everything. Whatever piques my interest,” $Name answered, as $he loved to just read in general. From small novels to spending hours wiki diving on different topics out of sheer curiosity.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">The $boy went silent for a second, trying to remember the most impressive book $he had read recently. “I even read one time that old Spanish book about a dude that thought that $he was a knight and fought windmills,” $he muttered, trying to remember the details, but $his memory was fuzzy.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Oh, so do you also know about el ingenioso hidalgo don Quijote de la Mancha?” She asked, slurring her Spanish so badly that it sounded like another language. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“What?” $Name asked, blinking a few times, not getting a single word that Alex had said.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">She made a nervous chuckle and went red from embarrassment. “Sorry, my Spanish is a little bit rusty,” the girl mumbled and tried to move the conversation to another topic.</td> </tr> </tbody> </table></figure><<set $Like_books to true>>
</p></td></tr></tbody></table></figure>
<hr>[[Small talk]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Nah, I haven't touched a book since high school. Do you have any recommendations?” $Name asked, trying to get to know her better.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Oh yes, well you see, when reading books, you need to find something that fits you. Don't try to go for the super popular stuff, and don't be afraid of dropping a book,” Alex began to say. She was doing her best to make the $boy interested in having something in common. The biggest barrier she knew was just getting people to read; anything else was secondary. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">She made a small pause and then mentioned something that the girl really disliked, but it was a necessary evil. “Also find a format that you like; for example, audiobooks are really popular nowadays with people that are busy,” the girl said and then began to think about what starting-level entry book she could suggest. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Hmmmm, yes, audiobooks sound nice. I like fiction stuff,” $Name said as $he found adorable how much she got hyped by talking about her interest.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Small talk]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
After talking for some time, Alex felt more and more relaxed. The initial awkwardness had melted away and was replaced by a comfortable warmth getting hotter and hotter with each word they said to each other.
Eventually, conversation began to slow down, the pauses between them stretching just a little bit longer to be noticeable. The vampire’s gaze lingered on her, with a faint and predatory smile on $his lips. Alex felt the pulse quickening, alluring the creature of the night to sink $his fangs faster. The air between them was starting to change as the hunger of $Name and the urges of Alex became more intense with each second that passed.
Without a single word, $Name closed the distance. $His lips met hers, slowly at first, enjoying $his prey and testing her reaction. Alex answered instantly, her body leaning forward and kissing $him deeply. There was no hesitation, no second-guessing, just this silent understanding of what both wanted.
Their faces met with an obscene sound as their tongues grappled with each other, mixing their saliva. Just a second after, she was grabbing the back of $his head, and $he was groping that big ass and making sure Alex understood what would happen next.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“I have never done it before, so . . . can you take it easy?” Alex asked after breaking the kiss, multiple strands of saliva still connecting the two. </td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Take it easy. |Alex_Sex_Gentle_1]]
[[Go hard con her. |Alex_Sex_Rude_1]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
In one swift motion, $he pushed her over the sofa. Alex let out a startled gasp, but $he made sure to hold her firmly. Then, $he began to slowly undress her, each movement soft and delicate, giving her ample time to get used to having more and more skin exposed.
Then, $Name undressed her, showing Alex the first look of a fully naked man. Her gaze went immediately to $his crotch to get a good look at what soon would be wrecking her cunt and fucking her into a coma. The sheer size alone was making her doubt for a second, but she had read enough porn to know that massive, throbbing cock would become her new hyperfixation after a couple thrusts.
$Name slowly grabbed her ankles and guided her legs up, folding her into a vulnerable position where $he could get a good look at her cunt. $He just held Alex there for a second, getting a good look at her wet pussy that was just drooling for $him.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Are you ready?” $He asked while kissing her lower lips with $his tip, just pressing that big cock head on her slit. $Name was teasing her as that cunt was almost trying to suck $him in. </td> </tr> </tbody> </table></figure>
She could only nod. Alex could mutter a single word as the pressure in her loins was getting bigger and bigger; she could feel the throbbing of that thing almost syncing with the beating of her own heart.
A sharp, burning pain ripped through her, and she let out a soft cry. Just getting the tip in was making her moan like a bitch in heat, but as the $boy took $his time to go slowly, she began to enjoy it.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Just breathe slowly . . . focus on me,” the vampire grunted, trying to disguise $his own grimace of pleasure as $he fought for each inch inside her. </td> </tr> </tbody> </table></figure>
$He gave her a second only to then push forward again, millimeter by millimeter, letting her body adjust to $his size until $he was balls deep into her. So deep that the vampire could feel the cervix of the woman kissing $his cockhead.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Fuuuuuuuuck . . . this is incredible . . .” $he groaned as the virgin cunt squeezed $his cock. There was only one thing in $his mind, and that was the sensation of that wet and hot hole. $Name could just pound her all night long. </td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Sex/Alex/Sex1.png" class="ImageBorder" id="hp">
Alex was in heaven; a feeling of fullness she had never felt before was completely taking over her mind, and with that, the throbbing of that cock was almost overpowering the beating of her own heart.
When $he finally began to move, it was slow, taking almost all $his cock out of that virgin cunt to then slowly shove it back. However, each strike was getting faster and faster, slowly, but the intensity was there.
The only sounds in the place were their ragged breathing and the wet slapping of manhood weaving a thick layer of precum and pussy between the two. Small tears began to pool in Alex's eyes, but more out of joy than pain.
$His pace became faster and faster. Alex could feel it, a familiar heat burning inside her loins as the vampire was ravaging her inside. Her legs coiled around $him, pushing $him even deeper, and her nails dug into $his back.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name 's rhythm was breaking, going erratic; $he was unable to get $his cock out of that cunt, as now $his strokes were extremely short but also quicker. “I am . . . close . . . where do you want it?” the $boy asked with a ragged breath, feeling $his massive balls about to burst. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Even if it was stupid, there was only one thing that Alex wanted. She needed that thick seed poured directly into her womb. “Fuuuuck . . . do it inside . . . I want your load inside me!” Alex was forced to say as she bit her lower lip. </td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Breed. |Alex_Sex_Gentle_Breeding]]
[[Dont breed. |Alex_Sex_Gentle_NoBreeding]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
In one swift, powerful motion, $he pushed her over the sofa. Alex let out a startled yelp before she could even process what was happening. Then $his hands undressed her, exposing each morsel of soft and pale flesh to $his gaze before $he did the same with $his clothes.
<<set $Alex_Is_Sub to true>>
She let out a muffled whimper as the view of that massive cock assaulted her. So thick, so long, it was a lot bigger than she had expected; even $his swollen balls were intimidating. That $boy was going to ruin her, to fuck her so hard that Alex could already imagine the pain of getting her cunt stretched. However, that only made her heart beat faster with pure excitement, something that made the vampire even more aggressive.
$He grabbed her ankles and pushed her legs up and back, spreading her wide and folding her almost in half. Alex's thighs pressed against her chest, exposing that wet slit completely to that man. That virgin cunt and those big perky nipples $he was about to claim.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Soaking and trembling for me? What does that make you? Do you want to fuck a $boy that you just met?” $He grunted, making her shiver as a fat drop of precum accumulated on $his tip.</td> </tr> </tbody> </table></figure>
Alex could only nod and whimper, the grip of the man and the size of the thick, throbbing length rubbing against her cunt, were making her clit even more erect than usual.
$He began to press in using $his hips; her eyes widened with both pleasure and fear. Alex looked into $Name 's eyes, submitting to $him and almost begging $him to push forward, so the vampire did.
A sharp, burning pain ripped through Alex as she let out a choked cry. Her nails dug into the back of the $boy as $he had to fight for each inch inside her, her body tensing, trying to instinctively fight against this brutal invasion.
<img src="SanguisExHeroImages/Sex/Alex/Sex1.png" class="ImageBorder" id="hp">
$Name didn't stop. $He grunted like an animal and kept pushing forward, burying $himself to the hilt inside her cunt so far that $his cockhead was making out with Alex's cervix. $He filled her completely, stretching her in ways she could never have imagined; the pain was enough to kill her old self.
</p></td></tr></tbody></table></figure>
<hr>[[Next. |Alex_Sex_Rude_1_2]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Fuck, fuck, fuck, get pregnant, bitch!” $Name finally yelled and went balls deep into the woman as $his balls were slapping that ass nonstop. $He clenched $his balls, and with a loud grunt, the vampire just came like a fire hose, claiming that pussy with shot after shot of virile seed.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Cumming!” She squealed and came at the same time the huge vampire cock broke into her womb and detonated inside it. The girl closed her legs around $his waist and just squirted all over $him. Jets of clear juice came out of her cunt as the potency of the orgasm made her eyes roll to the back of her head.</td> </tr> </tbody> </table></figure>
<<set $Alex_Preg to true>>
$Name 's tadpoles broke into the fertile womb of the girl with unnatural virility. The violent living tide of vampiric corruption flooded her chalice and found the only fertile egg that she had available. One that was released from the hormonal chaos of her orgasm that quickly got overwhelmed by a deluge of seed.
<img src="SanguisExHeroImages/Sex/Alex/1Breed.png" class="ImageBorder" id="hp">
They drilled into the outer layer, and their vampiric genes shattered any defenses that her human biology had without problems. It was almost pathetic to see how weak the egg was, accepting the big sperm cell penetrating it until its core and then unloading its corruption directly into it, merging DNA into a new life.
</p></td></tr></tbody></table></figure>
<hr>[[Next. |Alex_Sex_Rude_End]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Fuck, fuck, fuck, take it all!” $Name finally yelled and went balls deep into the woman as $his orbs of virility were slapping that ass nonstop. $He clenched $his testicles, and with a loud grunt, the vampire just came like a fire hose, claiming that pussy with shot after shot of virile seed.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Cumming!” She squealed and came at the same time the huge vampire cock broke into her womb and detonated inside it. The girl closed her legs around $his waist and just squirted all over him. Jets of clear juice came out of her cunt as the potency of the orgasm made her eyes roll to the back of her head.</td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Sex/Alex/1NoBreed.png" class="ImageBorder" >
</p></td></tr></tbody></table></figure>
<hr>[[Next. |Alex_Sex_Rude_End]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
After letting $his dick be buried inside the woman for a few seconds, $Name finally pulled out, leaving a hole gaping with $his seed.
Alex let out a deep sigh as she felt the seed just oozing that semen, so much cum that her body was unable to hold it inside as it was spilling all over the sofa while her legs were still shaking.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Good whore, fuck, your nerdy cunt felt amazing. I will have a lot of fun with you from now on . . .” the $boy mumbled while the pulsating artery of the side of her neck was calling to $him. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Thanks . . . master . . .” Alex mumbled with a dumb smile on her lips, her eyes covered in tears and even snot coming out her nose as her legs refused to close after the massive load she got. </td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Drink blood. |Alex_Drink_Blood]]
[[Dont drink blood. |Pillow_Talk_Alex]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>After draining $his cum into that woman, it was time to take something back from her.
Without waiting another moment, the vampire sank $his fangs into Alex's neck, making her moan and squirm in pleasure as her blood was getting drained. She curled her fingers and rolled her eyes to the back of her head while a soft moan left her lips; it was the second orgasmic experience she had that night.
Each heartbeat that the woman gave $Name a new wave of blood for $him to consume, another rush of ecstasy directly served into $his mouth. However, even if the girl was hugging $him and asking for more, the vampire knew when to stop.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Ah . . . that . . . felt disturbingly good . . .” Alex purred while still digging her nails into $his back. For a nerdy bookworm like her, fucking monsters like $him was not out of her range of sexual fantasies. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name took a deep breath and licked $his lips. “We can do it again when you recover some blood; I don't want to suck you dry. . .” $he said while still tasting the wonderful flavor of fresh blood in $his mouth. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">She chuckled and looked down, avoiding eye contact. “Yeah . . . that is kind of my job now . . .” the girl mumbled and then shook her head. Alex somewhere managed to blush even with the lack of blood. </td> </tr> </tbody> </table></figure>
<<nobr>>
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<set $Servants_daily_blood to $Servants_daily_blood+1>>
<<set $Alex_servant to true>>
<h3><span><strong>Alex is now your servant; she will give you 1 unit of blood per day for free.</strong></span></h3>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Next. |Pillow_Talk_Alex]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex took a deep breath trying to recover from the extremely hard fucking and slowly got up while $Name rested on her side. “That was . . . sooooooooo fucking good. Fuck, am I a slut? I fucked a dude that I just met,” she asked with a worried tone while the $boy got up beside her. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Better for me; I like a slutty, horny girl that wants to get pounded by my dick all the time,” $Name muttered while grabbing her fat ass, already getting used to the soft feeling around $his fingers. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">She took a deep breath and nodded. “Thanks, but I need to share a secret with you,” Alex mumbled, her gaze already fixed on the ever-hard cock of her stud. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Me too,” the $boy answered, as telling why they couldn't go outside while the sun was out was extremely important. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex closed her eyes and raised a hand; in front of the cracks on the window, multiple wasps made their way inside the apartment and gently rested on her fingers. “I am a super; I can control bugs with my magic,” she confessed while her pussy was still dripping semen over the sofa. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Oh, I am a vampire . . . a new one in that,” $Name conceded and showed her $his fangs that were just not some fancy body modification. </td> </tr> </tbody> </table></figure>
Alex took a second to answer, thinking on all the implications about helping a vampire, but at the end of the day, she was not in the position to choose allies. Alone, with a shitty power in a city full of monsters, the girl needed all the help she could get.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“So we are both noobs . . . yeah, this is going to be interesting . . . cool thing that I got a vampire stud on my side; you can help me a lot,” Alex added and nodded a few times, the post-nut clarity hitting her full force as her mind had never felt more clear in her life. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name answered by squeezing that fat bookworm ass, making her let out a sudden moan. “Sure, you are my girl now, so as long as I keep drinking your blood and fucking that ass, I am on your side,” the $boy answered and pushed her closer, $his huge cock rubbing her lower abdomen and even reaching her belly button. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex made a weak nod and looked down at the thing that was hard and ready to go inside her again. “Fair,” she mumbled, biting her lower lip and feeling her pussy quivering, begging her to put that meat rod inside her. </td> </tr> </tbody> </table></figure>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<set $Days to $Days+1>>
<<set $Alex_1 to true>><<set $Fucking_Count to $Fucking_Count +1>>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Return home.|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Fuck! Fine!” $Name finally yelled and went balls deep into the woman as $his balls were slapping that ass nonstop. $He clenched $his balls, and with a loud grunt, the vampire just came like a fire hose, claiming that pussy with shot after shot of virile seed. </td> </tr> </tbody> </table></figure>
<<set $Alex_Preg to true>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Cumming!” She squealed and came at the same time the huge vampire cock broke into her womb and detonated inside it. The girl closed her legs around $his waist and just squirted all over $him . Jets of clear juice came out of her cunt as the potency of the orgasm made her eyes roll to the back of her head. </td> </tr> </tbody> </table></figure>
$Name 's tadpoles broke into the fertile woman of the girl with unnatural virility. The violent living tide of vampiric corruption flooded her chalice and found the only fertile egg that she had available. One that was released from the hormonal chaos of her orgasm that quickly got overwhelmed by a deluge of seed.
<img src="SanguisExHeroImages/Sex/Alex/1Breed.png" class="ImageBorder" id="hp">
They drilled into the outer layer, and their vampiric genes shattered any defenses that her human biology had without problems. It was almost pathetic to see how weak the egg was, accepting the big sperm cell penetrating it into its core and then unloading its corruption directly into it, merging DNA into a new life.
</p></td></tr></tbody></table></figure>
<hr>[[Next. |Alex_Sex_Gentle_End]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Fuck, fuck, fuck, take it all!” $Name finally yelled and went balls deep into the woman as $his balls were slapping that ass nonstop. $He clenched $his balls, and with a loud grunt, the vampire just came like a fire hose, claiming that pussy with shot after shot of virile seed.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Cumming!” She squealed and came at the same time the huge vampire cock broke into her womb and detonated inside it. The girl closed her legs around $his waist and just squirted all over $him . Jets of clear juice came out of her cunt as the potency of the orgasm made her eyes roll to the back of her head. </td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Sex/Alex/1NoBreed.png" class="ImageBorder" >
</p></td></tr></tbody></table></figure>
<hr>[[Next. |Alex_Sex_Gentle_End]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>After letting $his dick be buried inside the woman for a few seconds, $Name finally pulled out, leaving a hole gaping with $his seed.
Alex let out a deep sigh as she felt her cunt just oozing that cum, so much cum that her body was unable to hold it inside as it was spilling all over the sofa while her legs were still shaking.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“That was amazing . . . honestly I could get used to this . . .” the $boy mumbled while the pulsating artery of the side of her neck was calling to $him.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Thanks . . . me too. . .” Alex mumbled with a dumb smile on her lips, her eyes covered in tears and even snot coming out her nose as her legs refused to close after the massive load she got.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Drink blood. |Alex_Drink_Blood]]
[[Dont drink blood. |Pillow_Talk_Alex]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
The silence stretched for an uncomfortably long moment. Alex's eyes moved around the room trying to get a good look at the place, but before she could say something, $he struck.
$Name pinned her to the wall, one hand clamped over her mouth while the other yanked her long curly hair, moving her to the side and exposing her pale neck.
Then $he bit her.
The pain struck her like a white-hot iron the second that the fangs pierced her neck. Alex's body convulsed, and a silent scream blocked by $his hand tried to escape her lips. Her struggle and magic, weakened in less than a second from the sudden loss of blood pressure.
$Name drank her blood like the greedy bastard $he was, draining her life away. But there was more than blood inside her; $he consumed her soul. The faint ethereal energy that was Alex's soul began to seep from her body along with the red fluid, dragged into the vampire maw. Her memories, her powers, and her emotions all flashed before her eyes while her consciousness was fading.
The world around her dimmed; her legs became weaker as her whole body lost its energy. Alex's green eyes stared at the ceiling before slowly closing as the last thing she felt was not pain but a deep emptiness as the final shred of her soul was consumed.
$Name held the limp, soulless, and bloodless body until the last drop was gone. Then $he let it go, and her body fell down to the floor but never managed to reach it.
In mid-collapse, the corpse crumbled away as the skin, muscle, and bone dissolved in a single instant, turning into gray dust. It settled on the floorboard, leaving only a small pile of ash.
The silence returned to the apartment as $Name could feel the power beating inside $him. However, there was something new churning in $his guts, something alien from the soul $he had just consumed.
$He flexed $his hand and then sensed a buzz at the edge of $his mind. The $boy closed $his eyes, reaching out and feeling them, every single one of them.
A cockroach twitching her antennae, a cluster of fruit flies attacking a banana on a counter, and a big house spider in her webs in the corner of the cleaning. Dust mites in the carpet, bed bugs in the sofa, a wasp nest outside the window . . . every single bug and arachnid in a 100-meter radius was under $his control.
The spider that didn't move for hours suddenly skittered down toward $him and crawled onto $his index finger, completely under $his control.
<h3><span><strong>You have absorbed Alex's soul.</strong></span></h3><figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/AlexSoul.png" class="ImageBorderAvatars">
</td><td>
A strong soul that shines with green energy, just bloated with pure repressed rage as it is about to blow up. It gives the user the power to control small swarms of insects that can attack their enemies during combat. Gives the enemy 2 charges of poison per turn.
</td></tr></tbody></table></figure>
<<nobr>><<set $Alex_Soul to 1>>
<<set $HumanKilled to true>><<set $Killing_Count to $Killing_Count +1>>
<h3><span><strong>You gain 5 units of blood</strong></span></h3>
<<if $Energy + 5 <= $Max_Energy >>
<<set $Energy to $Energy +5 >>
<<else>>
<<set $Blood_mutation_points to $Energy+3 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<set $Days to $Days+1>>
<<set $Alex_1 to true>>
<</nobr>></p></td></tr></tbody></table></figure>
<hr>[[Next|Main_Hub]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp"> $Name thought for a second. “Horror mostly. From the old ones to the new ones,” $he muttered. There was something about it that $he loved. It was not the feeling of fear; the $boy didn't get scared reading a book since preschool, but it was just the sheer mysticism and fantasy in them.</td> </tr> </tbody> </table></figure>
<<set $Like_books to true>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">She nodded. “Oh, I just read stuff like, you know . . . Dracula, Frankenstein, that sort of stuff,” Alex answered, already trying to find more topics in common. </td> </tr> </tbody> </table></figure>
<<set $Like_horror_books to true>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“They are classics for a reason. But if you want to read something newer, you have a lot of crazy stuff, especially ones that take advantage of the internet as a medium. Have you heard about Mother Horse Eyes?” $Name suggested that one of the great things about modern literature was the different things they could do with technology. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex shook her head. “No, what is it about?” She asked, more curious about knowing $Name better than the story itself. </td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Small talk]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">The girl shook her head and let out a deep sigh. “I forgot my phone inside,” the girl confessed, as it was clear that she was embarrassed by that blunder.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$He smiled at her, just enough to be gentle but not enough to be a creep. “No problem, you can use mine,” the $boy added and then opened the door to $his apartment.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Thanks . . . Alex, by the way,” Alex said as she nodded, feeling a wave of relief coursing through her body. The $boy could see her shoulders relaxed and hear how her heartbeat slowed a little bit.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">The $boy made a small nod. “$Name,” $he said and then opened the door to $his own apartment.</td> </tr> </tbody> </table></figure>
What started like a normal and polite talk slowly evolved into a screaming match between Alex and the landowner. $He didn't need to know what that woman was saying on the other side of the line to know exactly what was happening.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex let out a defeated sigh and handed over the phone back to $Name. “That . . . wonderful person! Say that she is busy and she will come back tomorrow! Great! Just great!” She exclaimed with a clear, frustrated tone.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Hey, you can crash at my place for the night,” $Name offered with a small smile. $He would be more interested in taking a bite from that woman.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex widened her green eyes. “Would you? Tha-thanks! You are a lifesaver,” she muttered and made a nervous smile as she looked around. Especially the fact there was not a single bed.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">The girl took a pause. “There is not a lot of space here . . .” She mumbled in a weak attempt to make small talk. Now that the main topic of discussion was gone, there was an uncomfortable silence between the two.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Make her pay for her stay. |Alex_Meeting_Rude_1]]
[[Just chat with the gal. |Alex_Meeting_Nice_1]]
[[Kill her. |Alex_kill]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Fuuuuuuuck, your cunt, is amazing . . .” $he groaned, $his head dropping and almost meeting her lips.</td> </tr> </tbody> </table></figure>
$He gave her no time to adjust or respond. $Name began to move, setting a slow and deliberate rhythm; each deep strike was followed by $him almost pulling out of her just to shove it back. It was a shock to her nerves, a jolt of electric pain slowly melting into something else.
The sofa creaking under their combined weight and movement was nothing compared with the howls and screams of pleasure that Alex was making as small tears pooled under her eyes.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I am not getting tired of this. What do you say? Do you want to be my fuckpet? You want me to use you as my cumdump from now on?” $He snarled as $his hips started to move faster and faster.</td> </tr> </tbody> </table></figure>
She could just nod and moan, her words stolen by the sheer force of the man fucking her. At that moment, Alex only cared about the big fat cock turning her into a woman, $his woman.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Use your words, slut,” $he ordered, punctuating $his order with firm and sharp strikes to her cervix.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Yes! I want it! Please! Make me your whore!” She finally yelled while crying nonstop.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Please, what?!” $He taunted her, not slowing for a single second. $His hands traveled from her legs to her throat, not squeezing, just holding and making it clear that $he was in control.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Please, master! Don't stop! F-Fuck me!” she begged, the confession breaking something inside her and finally making the girl able to fully enjoy the pleasure lurking under her pain.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Good bitch,” $Name snarled and let out a small chuckle. $He leaned down, $his body crushing her even further into the cushions, and pushed a deep kiss. $His tongue was fucking her upper lips so hard as $his cock was fucking her lower lips, just painting the interior of her mouth with $his saliva.</td> </tr> </tbody> </table></figure>
Alex surrendered completely, her moans muffled by the kiss, her virgin cunt clenching around that fat cock, and her body just trembling from the incoming heat in her loins about to boil. The pain felt like a distant memory, as there was only one thing she wanted now: that thick and virulent load of semen right into her thirsty womb.
</p>
</td></tr></tbody></table></figure>
<hr>[[Breed. |Alex_Sex_Rude_Breeding]]
[[Dont breed. |Alex_Sex_Rude_NoBreeding]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><<nobr>><<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>><</nobr>>
The idea of giving $himself to the police crossed $his mind for a second. However, what happened to vampires after surrendering was just the same as getting a life sentence. They would throw $him in a special jail to rot for $his new eternal life. It would be a nightmare that only the mercy of the sun would fix.
It was a miracle that, as things were, $Name 's body didn't raise many eyebrows. After all, there were a lot of people with strange skin colors and weird eyes. As long as $he didn't show $his fangs, the $boy would be reasonably safe in public.
$Name decided to go to the library to do some more research on vampires. If $he had enough money for decent internet that did not charge by the megabyte, $he would not be living in this apartment, and the public library was free.
$He walked into the public library of New Hope. It was not that late at night, so there were still some people hanging around, for better or worse. The vampire had more than enough time before sunrise to do all the research $he needed.
The public library was a tall structure of glass and steel, rebuilt so many times that it dropped any pretext of looking ancient just to expedite the construction process. The sickly pale blue, almost white, fluorescent light bled through its huge windows like an open wound. Inside, the air carried an uncomfortable stench of ink and bleach.
When $Name went to the bookshelves for information about $his curse, $he saw a peculiar girl in the corner of $his eye.
<<nobr>><<if $Soul_Voyeur != false>>
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/AlexSoul.png" class="ImageBorderAvatars">
</td><td>Gwen soul: A soul bloated with pure magical talent and knowledge, so much that even using it is extremely difficult. Fundamental to learning how to use magic, in its base state it just powers you up for a brief moment when danger is nearby. You get +1 AP on the first turn of combat.</td></tr></tbody></table></figure><</if>><</nobr>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenAvatar.png" class="ImageBorder" id="hp">She was wearing a light blue shirt and a pair of white yoga pants that clung to her big hips like another layer of skin. The woman, with her backpack on the side, was also carrying an impressive set of tits on her chest that made focusing on her bright eyes hard, even if they shone like two blue stars on the pale canvas of her body. Finally, cascading down her head, there was a long, straight, orange river of hair that almost reached her impressive hips. </td> </tr> </tbody> </table></figure>
</td></tr></tbody></table></figure>
<hr><<nobr>><<if $Like_books == true>>
<<if $Like_horror_books == true>>
[[Next.|Gwen_1_Freak]]
<<else>>
[[Next.|Gwen_1_Regular]]
<</if>>
<<else>>
[[Next.|Gwen_1_New_Face]]
<</if>>
<</nobr>><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
The second the girl opened her apartment door, the stench of burnt herbs struck $him. It was not like that of a kitchen but more floral, sweeter, with a chemical aftertaste. It had more in common with a strange hybrid of a flower shop and a pharmacy than a home.
A single large room held a massive wooden table in the middle. Open books with pages that seemed to be written with scribbles all over them and jars containing plants and animal parts floating in some murky chemical. The white and yellow paint of the walls was infected by a patchwork of the city's maps, astrological charts, and strange symbols that contrasted with more mundane items like the calendar and the flat-screen TV.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Make yourself at home. Just don’t touch anything that . . . your guts tell you it is dangerous,” Gwen said as she closed the door behind her.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
“You are a mage,” $Name muttered, realizing now that $he was not the only supernatural creature in this room.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Bingo! And for your fortune, I am also a monster fucker, so . . .” she muttered, and then . . .</td> </tr> </tbody> </table></figure>
</td></tr></tbody></table></figure>
<hr>[[It is a trap, attack! Kill her!|Kill_Gwen]]
[[Be rude.|Rude_Gwen_1]]
[[Be gentle.|Gentle_Gwen_1]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“New face? What are you doing here?” she asked with a curious expression.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Mind telling me who you are first?” $Name countered, not really trusting a person out of nowhere, especially with $his condition.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“I am Gwen,” Gwen said with a small smile while her eyes wandered to the $boy 's crotch.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“$Name ,” $he added and then made a tiny pause, evaluating if it would be a good idea to accept her help.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I am looking for books about vampires. Do you work here?” $Name asked while fighting with the labeling system of the library. All the supernatural diseases and cursed books were mixed together, making finding one about vampires a lot harder than it should be.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">She raised an eyebrow, looking confused for a second. “No, but I can help you even if it is a waste of time,” Gwen added with a teasing tone.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">Now that piqued $Name 's curiosity.“Why?” $he asked.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Oh, you will see,” the redhead purred, making a smug smile.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name let out a deep sigh. “Can you just tell me? And why are you helping me?” $he inquired, not really knowing what to think about this girl.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“I can see the bulge in your pants, and this way we can spend more time together. I can't just ask you out of nowhere, right?” Gwen explained that she was after the massive cock between the vampire's legs.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Hmp, fair point,” $Name answered; the vampire sometimes forgot that $he was carrying a weapon between $his legs.</td> </tr> </tbody> </table></figure>
It took one hour for $Name to understand the big problem related to this topic. The information recorded about vampires was extremely inconsistent apart from the normal stuff that one would think, like they drink blood and burn to ashes when exposed to sunlight. Even that last detail was put to question in more than one of the books.
The origins were also all over the place. Theories ranged from vampirism being the mark of Cain to originating from an ancient Aztec curse to even more esoteric stuff, like being created by Vlad the Impaler a few hundred years ago.
There was no clue that the things called “ancient vampires” were actually vampires or even if there was only one vampiric curse or disease.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“See? It is just a waste of time,” Gwen purred with a teasing tone while hugging the $boy from behind and reading the book $he had opened in front of $him.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name nodded. “Fuck, you are right,” $he cursed. If only the person that turned $him into a vampire was in the city, this would be a lot easier.</td> </tr> </tbody> </table></figure>
$He went silent and tense for a second, trying to remember the face of that person, but nothing came. Everything that happened on that day was just gone.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Well, now that you said the magic word, what about continuing the research in my apartment?” the girl asked, and by the way that her tits pressed against $his back, her academic goals were questionable, to say the least.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Hmm . . . sure,” the vampire finally said and then followed the woman out of the library.</td> </tr> </tbody> </table></figure>
</td></tr></tbody></table></figure>
<hr>[[Next.|Gwen_Meeting_2]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Oh, you are back. $Name , was it?” The girl said she recognized the boy from the few times they had talked briefly in the past.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Yeah, Gwen?” $Name asked, trying to remember her name.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">She nodded. “Yes, can I help you with something?” Gwen offered to aid $him while crossing her arms under her big chest.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I am looking for books about vampires. Do you work here?” $Name asked while fighting with the labeling system of the library. All the supernatural diseases and cursed books were mixed together, making finding one about vampires a lot harder than it should be.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">She raised an eyebrow, looking confused for a second. “No, but I can help you even if it is a waste of time,” Gwen added with a teasing tone.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">Now that piqued $Name 's curiosity.“Why?” $he asked.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Oh, you will see,” the redhead purred, making a smug smile.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name let out a deep sigh. “Can you just tell me? And why are you helping me?” $he inquired, not really knowing what to think about this girl.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“I can see the bulge in your pants, and this way we can spend more time together. I can't just ask you out of nowhere, right?” Gwen explained that she was after the massive cock between the vampire's legs.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Hmp, fair point,” $Name answered; the vampire sometimes forgot that $he was carrying a weapon between $his legs.</td> </tr> </tbody> </table></figure>
It took one hour for $Name to understand the big problem related to this topic. The information recorded about vampires was extremely inconsistent apart from the normal stuff that one would think, like they drink blood and burn to ashes when exposed to sunlight. Even that last detail was put to question in more than one of the books.
The origins were also all over the place. Theories ranged from vampirism being the mark of Cain to originating from an ancient Aztec curse to even more esoteric stuff, like being created by Vlad the Impaler a few hundred years ago.
There was no clue that the things called “ancient vampires” were actually vampires or even if there was only one vampiric curse or disease.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“See? It is just a waste of time,” Gwen purred with a teasing tone while hugging the $boy from behind and reading the book $he had opened in front of $him.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name nodded. “Fuck, you are right,” $he cursed. If only the person that turned $him into a vampire was in the city, this would be a lot easier.</td> </tr> </tbody> </table></figure>
$He went silent and tense for a second, trying to remember the face of that person, but nothing came. Everything that happened on that day was just gone.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Well, now that you said the magic word, what about continuing the research in my apartment?” the girl asked, and by the way that her tits pressed against $his back, her academic goals were questionable, to say the least.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Hmm . . . sure,” the vampire finally said and then followed the woman out of the library.</td> </tr> </tbody> </table></figure>
</td></tr></tbody></table></figure><hr>
[[Next.|Gwen_Meeting_2]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Oh, hey. You are the horror books freak,” the girl said with a teasing tone while crossing her arms under her big chest.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Freak?” $Name asked, confused if that was a compliment or an insult.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Like a freak in a good sense, since you know . . . horror . . . freaks . . . come on, it was a clever one,” she explained, calm and full of herself.</td> </tr> </tbody> </table></figure>
</td></tr></tbody></table></figure><hr>[[“Whatever you say.”|Whatever you say]]
[[“Oh, yeah, it was a fun one.”|“Oh, yeah, it was a fun one,”]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Whatever you say,”$Name said and rolled $his eyes, not really enjoying being called a freak.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">She went silent for a second, getting a little bit nervous. “Anyway, I am Gwen. What are you looking for? Some messed-up stuff?” Gwen inquired again.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I am looking for books about vampires. Do you work here?” $Name asked while fighting with the labeling system of the library. All the supernatural diseases and cursed books were mixed together, making finding one about vampires a lot harder than it should be.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">She raised an eyebrow, looking confused for a second. “No, but I can help you even if it is a waste of time,” Gwen added with a teasing tone.</td> </tr> </tbody> </table></figure>
Now that piqued $Name 's curiosity.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
“Why?” $he asked.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Oh, you will see,” the redhead purred, making a smug smile.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name let out a deep sigh. “Can you just tell me? And why are you helping me?” $he inquired, not really knowing what to think about this girl.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“I can see the bulge in your pants, and this way we can spend more time together. I can't just ask you out of nowhere, right?” Gwen explained that she was after the massive cock between the vampire's legs.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
“Hmp, fair point,” $Name answered; the vampire sometimes forgot that $he was carrying a weapon between $his legs.</td> </tr> </tbody> </table></figure>
It took one hour for $Name to understand the big problem related to this topic. The information recorded about vampires was extremely inconsistent apart from the normal stuff that one would think, like they drink blood and burn to ashes when exposed to sunlight. Even that last detail was put to question in more than one of the books.
The origins were also all over the place. Theories ranged from vampirism being the mark of Cain to originating from an ancient Aztec curse to even more esoteric stuff, like being created by Vlad the Impaler a few hundred years ago.
There was no clue that the things called “ancient vampires” were actually vampires or even if there was only one vampiric curse or disease.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“See? It is just a waste of time,” Gwen purred with a teasing tone while hugging the $boy from behind and reading the book $he had opened in front of $him.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name nodded. “Fuck, you are right,” $he cursed. If only the person that turned $him into a vampire was in the city, this would be a lot easier.</td> </tr> </tbody> </table></figure>
$He went silent and tense for a second, trying to remember the face of that person, but nothing came. Everything that happened on that day was just gone.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Well, now that you said the magic word, what about continuing the research in my apartment?” the girl asked, and by the way that her tits pressed against $his back, her academic goals were questionable, to say the least.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Hmm . . . sure,” the vampire finally said and then followed the woman out of the library.</td> </tr> </tbody> </table></figure>
</td></tr></tbody></table></figure>
<hr>[[Next.|Gwen_Meeting_2]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Oh, yeah, it was a fun one,”$Name answered with a gentle smile.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">She chuckled and nodded. “Knew it. What are you looking for? I am Gwen, by the way,” the girl said and took a step forward, getting closer to $him.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I am looking for books about vampires. Do you work here?” $Name asked while fighting with the labeling system of the library. All the supernatural diseases and cursed books were mixed together, making finding one about vampires a lot harder than it should be.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">She raised an eyebrow, looking confused for a second. “No, but I can help you even if it is a waste of time,” Gwen added with a teasing tone.
Now that piqued $Name 's curiosity.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Why?” $he asked.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Oh, you will see,” the redhead purred, making a smug smile.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name let out a deep sigh. “Can you just tell me? And why are you helping me?” $he inquired, not really knowing what to think about this girl.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“I can see the bulge in your pants, and this way we can spend more time together. I can't just ask you out of nowhere, right?” Gwen explained that she was after the massive cock between the vampire's legs.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Hmp, fair point,” $Name answered; the vampire sometimes forgot that $he was carrying a weapon between $his legs.</td> </tr> </tbody> </table></figure>
It took one hour for $Name to understand the big problem related to this topic. The information recorded about vampires was extremely inconsistent apart from the normal stuff that one would think, like they drink blood and burn to ashes when exposed to sunlight. Even that last detail was put to question in more than one of the books.
The origins were also all over the place. Theories ranged from vampirism being the mark of Cain to originating from an ancient Aztec curse to even more esoteric stuff, like being created by Vlad the Impaler a few hundred years ago.
There was no clue that the things called “ancient vampires” were actually vampires or even if there was only one vampiric curse or disease.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“See? It is just a waste of time,” Gwen purred with a teasing tone while hugging the $boy from behind and reading the book $he had opened in front of $him.
$Name nodded. “Fuck, you are right,” $he cursed. If only the person that turned $him into a vampire was in the city, this would be a lot easier.</td> </tr> </tbody> </table></figure>
$He went silent and tense for a second, trying to remember the face of that person, but nothing came. Everything that happened on that day was just gone.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Well, now that you said the magic word, what about continuing the research in my apartment?” the girl asked, and by the way that her tits pressed against $his back, her academic goals were questionable, to say the least.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Hmm . . . sure,” the vampire finally said and then followed the woman out of the library.</td> </tr> </tbody> </table></figure>
</td></tr></tbody></table></figure>
<hr>[[Next.|Gwen_Meeting_2]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name was also feeling $his balls bloated and about to burst. “I am getting . . . there . . . you want me to come inside? . . .” $he asked, $his hip movements becoming more erratic as $his speed had reached its peak and a long string of saliva connected both.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Yes! Come inside! Breed me! Fill me up with your super virile vampire spunk!” she begged, her voice cracking as the vampire was pressing the tip against her cervix and about to break into her womb.</td> </tr> </tbody> </table></figure>
That was all $he needed to cum inside her. With a final thrust that broke into her womb, $he held her by the back while unloading a massive burst of semen directly into her.
A loud roar came out of $his lips as $his balls clenched, and load after load of semen erupted from $his cock and filled her up.
<img src="SanguisExHeroImages/Sex/Gwen/GwenSex1Breeding.png" class="ImageBorder">
There was a magic barrier around her eggs to avoid her getting pregnant. A translucent layer of pure mana that was the basis of contraception for a mage, but the huge vampiric sperm of the $boy were too strong. The first dozen of impacts cracked the crystal wall for the following ones to completely shatter her defense. While the giant swimmers coiled around her ovules and then penetrated their chemical barriers to overpower her genes with their own, the explosion of her spell was enough to not only tell her that she was getting fertilized but also make her climax.
With the boiling semen of the $boy breeding her, she came like a fire hose. While her pussy squirted all over the bed and the cum overflowed her pussy to the point where white ribbons of the liquid were dripping down her inner thighs, Gwen screamed her lungs out. She was having the best orgasm of her life and a new breeding kink from being impregnated by a monster, the ultimate fate of any monster fucker.
She collapsed forward on the bed while $Name followed her, falling over the witch and making sure to keep $his meat spear deep in her cunt so it would fully take the shape of $his cock. Her body was still twitching from the orgasm around the throbbing bitch breaker, rock hard inside her.
When $he was finally over, $Name pulled out with a loud pop sound, making $his semen gush out of her pussy and pool under her. The boy took a few seconds to admire the mess $he had made before Gwen rolled onto her back.
<<set $Gwen_Preg to true>><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">The witch had a euphoric and dazed expression with her eyes unfocused before her hands moved toward her lower belly to make a heart-shaped gesture. “Fuuuuuuuuuuuuucking amazing . . . you really know how to do a hell of a first date . . .” she mumbled with a groggy tone.</td> </tr> </tbody> </table></figure>
</td></tr></tbody></table></figure>
<hr>[[Drink her blood.|Gwen_1_Drink_Blood]]
[[Don't Drink her blood.|Gwen_1_Aftercare]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name was also feeling $his balls bloated and about to burst. “Getting closer! You want me to finish inside?!” $he asked, $his hip movements becoming erratic as $his speed reached its peak.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Yes! Bust inside me! I want to feel your hot vampire cum filling my cunt!” she begged, her voice cracking as the vampire was pressing the tip against her cervix and about to break into her womb.</td> </tr> </tbody> </table></figure>
That was all $he needed to cum inside her. With a final thrust that broke into her womb, $he held her by the back while unloading a massive burst of semen directly into her.
A loud roar came out of $his lips as $his balls clenched, and load after load of semen erupted from $his cock and filled her up.
<img src="SanguisExHeroImages/Sex/Gwen/GwenSex1NoBreeding.png" class="ImageBorder">
With the boiling semen of the $boy filling her up, she came like a fire hose. While her pussy squirted all over the bed and the cum overflowed her pussy to the point where white ribbons of the liquid were dripping down her inner thighs, Gwen screamed her lungs out. She was having the best orgasm of her life, and she was fully enthralled by the fat, vampiric cock overflowing her cunt.
She collapsed forward on the bed while $Name followed her, falling over the witch and making sure to keep $his meat spear deep in her cunt so it would fully take the shape of $his cock. Her body was still twitching from the orgasm around the throbbing bitch breaker, rock hard inside her.
When $he was finally over, $Name pulled out with a loud pop sound, making $his semen gush out of her pussy and pool under her. The $boy took a few seconds to admire the mess $he had made before Gwen rolled onto her back.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">The witch had a euphoric and dazed expression with her eyes unfocused before her hands moved toward her lower belly to make a heart-shaped gesture. “Fuuuuuuuuuuuuucking amazing . . . you really know how to do a hell of a first date . . .” she mumbled with a groggy tone.</td> </tr> </tbody> </table></figure>
</td></tr></tbody></table></figure>
<hr>[[Drink her blood.|Gwen_1_Drink_Blood]]
[[Don't Drink her blood.|Gwen_1_Aftercare]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name was also feeling $his balls bloated and about to burst. “You want me to come inside? You want my fucking seed?” $he snarled, $his hip movements becoming erratic as $his speed reached its peak.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Yes! Breed me! I am just a dumb monster fucker that wants a huge load inside me!” she begged, her voice cracking as the vampire was pressing the tip against her cervix and about to break into her womb.</td> </tr> </tbody> </table></figure>
That was all $he needed to cum inside her. With a final thrust that broke into her womb, $he held her by the back while unloading a massive burst of semen directly into her.
<<set $Gwen_Preg to true>>
A loud roar came out of $his lips as $his balls clenched, and load after load of semen erupted from $his cock and filled her up.
<img src="SanguisExHeroImages/Sex/Gwen/GwenSex1Breeding.png" class="ImageBorder">
There was a magic barrier around her eggs to avoid her getting pregnant, a translucent layer of pure mana that was the basis of contraception for a mage, but the huge vampiric sperm of the $boy were too strong. The first dozen impacts cracked the crystal wall for the following ones to completely shatter her defense. While the giant swimmers coiled around her ovules and then penetrated their chemical barriers to overpower her genes with their own, the explosion of her spell was enough to not only tell her that she was getting fertilized but also make her climax.
With the boiling semen of the $boy breeding her, she came like a fire hose. While her pussy squirted all over the bed and the cum overflowed her pussy to the point where white ribbons of the liquid were dripping down her inner thighs, Gwen screamed her lungs out. She was having the best orgasm of her life and a new breeding kink from being impregnated by a monster, the ultimate fate of any monster fucker.
She collapsed forward on the bed while $Name followed her, falling over the witch and making sure to keep $his meat spear deep in her cunt so it would fully take the shape of $his cock. Her body was still twitching from the orgasm around the throbbing bitch breaker, rock hard inside her.
When $he was finally over, $Name pulled out with a loud pop sound, making $his semen gush out of her pussy and pool under her. The $boy took a few seconds to admire the mess $he had made before Gwen rolled onto her back.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">The witch had a euphoric and dazed expression with her eyes unfocused before her hands moved toward her lower belly to make a heart-shaped gesture. “Fuuuuuuuuuuuuucking amazing . . . thanks, master, for breaking this slutty witch’s brain . . .” she mumbled with a groggy tone.</td> </tr> </tbody> </table></figure>
</td></tr></tbody></table></figure>
<hr>[[Drink her blood.|Gwen_1_Drink_Blood]]
[[Don't Drink her blood.|Gwen_1_Aftercare]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name was also feeling $his balls bloated and about to burst. “Cum your brains out, you fucking slutty witch!” $he snarled, $his hip movements becoming erratic as $his speed reached its peak.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Yes! I am just a dumb monster fucker that wants a huge load inside her!” she begged, her voice cracking as the vampire was pressing the tip against her cervix and about to break into her womb.</td> </tr> </tbody> </table></figure>
That was all $he needed to cum inside her. With a final thrust that broke into her womb, $he held her by the back while unloading a massive burst of semen directly into her.
A loud roar came out of $his lips as $his balls clenched, and load after load of semen erupted from $his cock and filled her up.
<img src="SanguisExHeroImages/Sex/Gwen/GwenSex1NoBreeding.png" class="ImageBorder">
With the boiling cum of the man filling her up, she came like a fire hose. While her pussy squirted all over the bed and the cum overflowed her pussy to the point where white ribbons of the liquid were dripping down her inner thighs, Gwen screamed her lungs out. She was having the best orgasm of her life, and she was fully enthralled by the fat, vampiric cock overflowing her cunt.
She collapsed forward on the bed while $Name followed her, falling over the witch and making sure to keep $his meat spear deep in her cunt so it would fully take the shape of $his cock. Her body was still twitching from the orgasm around the throbbing bitch breaker, rock hard inside her.
When $he was finally over, $Name pulled out with a loud pop sound, making $his semen gush out of her pussy and pool under her. The $boy took a few seconds to admire the mess $he had made before Gwen rolled onto her back.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">The witch had a euphoric and dazed expression with her eyes unfocused before her hands moved toward her lower belly to make a heart-shaped gesture. “Fuuuuuuuuuuuuucking amazing . . . thanks, master, for breaking this slutty witch’s brain . . .” she mumbled with a groggy tone.</td> </tr> </tbody> </table></figure>
</td></tr></tbody></table></figure>
<hr>[[Drink her blood.|Gwen_1_Drink_Blood]]
[[Don't Drink her blood.|Gwen_1_Aftercare]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
Gwen let out a small sigh and then presented her neck to $him, stretching her muscles and pointing to her throbbing artery with her index finger. She lay on the bed, covered in sweat, begging the vampire to feast on her.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Come on . . . I know vampires don’t smoke after fucking,” she muttered, presenting herself as food for the vampire who didn’t doubt for a second.</td> </tr> </tbody> </table></figure>
$Name sank $his fangs into the witch’s neck and began to drink her blood. However, the second $he did, the $boy felt her fingers around the back of $his head, pushing $him deeper while she moaned loudly.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Fuuuuuuuuuuuuck yeah . . . come on . . . keep drinking . . .” Gwen groaned and rolled her eyes back, curling her fingers while her cunt was still gaping and oozing $his thick load onto the bed.</td> </tr> </tbody> </table></figure>
There was a rush of power the second the vampire began to drink; her blood felt like drinking an energy drink. $He could feel $his body filling with energy, each cell of $his undead body shaking until eventually $Name needed to stop.
The vampire pulled out, leaving $his mark behind after licking the small drops of blood left on her neck.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“You are . . . really into this, aren’t you?” $Name asked, $his thirst completely sated. It was actually refreshing in more than one way to drink from someone so willing to give themself to $him.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“There is always some damage after fucking a monster. Some people dislike it, but for me? That is the best fucking part,” Gwen purred with a pleased smile on her lips.</td> </tr> </tbody> </table></figure>
<<nobr>>
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<set $Servants_daily_blood to $Servants_daily_blood+1>>
<<set $Gwen_servant to true>>
<h3><span><strong>Gwen is now your servant; she will give you 1 unit of blood per day for free.</strong></span></h3>
<</nobr>>
</td></tr></tbody></table></figure>
<hr>[[Next.|Gwen_1_Aftercare]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“So . . . what now?” $Name asked while Gwen was getting some time to recover her energy before going for a second round.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Now? We have a lot of work to do,” the witch answered, hugging the $boy 's neck.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Hey, do you know that vampires are kind of illegal, right? You could get into a lot of trouble for helping me,” $he asked, touching her ass, already feeling $his cock going fully erect again.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Oh! I know, but fuck the government! You know very well how fucked up, stupid, and corrupt they are,” Gwen explained and made a small pause.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">She shook her head. “First they force us to pay taxes, and then this . . . fucking morons,” the witch thought out loud.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Yes, especially now that they will screw me over something that I didn't have any control over. I wasn't asked to become a vampire,” $Name added, sharing the feeling.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“So yeah, don't worry, I will help you to stay safe and sound, but for that I need to make some preparations,” Gwen said while thinking about methods to help the $boy that weren't just using her fat ass.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name squinted $his eyes. “Are you going to teach me magic?” $he asked the most obvious question possible.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Nah, we don't have time for the years it takes to cast the simplest spell. A normal person needs to study at least three years to summon a tiny flame, and at that point you are better off using a lighter. It took me three days, but well, that is because I am just that good,” the witch muttered with a clear smug tone of pure superiority.</td> </tr> </tbody> </table></figure>
<<nobr>>
<<if $Gwen_Is_Sub == true>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Good, my little whore. Serve your master with something more than your body,” the $boy answered while groping her ass, already red from all the clapping $he did with $his waist.</td> </tr> </tbody> </table></figure>
<br><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">Gwen bit her lower lip. “Fuuuuuuuuck, are you going to corrupt this witch with your thick vampiric cock and make her help you to become stronger? So you can go around and fuck and get more girls? That is so hot . . .” she purred while already getting wet again, rubbing her fully erect clit against that fat supernatural cock.</td> </tr> </tbody> </table></figure>
<br><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$He was taken aback for a second by how eager the girl was. “I . . . appreciate the enthusiasm,” the vampire finally said before fucking that witch again; it would be a long night.</td> </tr> </tbody> </table></figure>
<<else>>
<br><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Well, thanks. I actually appreciate the effort you are putting in for me. I don't know how to repay you,” $Name answered, then caressed the woman's hair, and kissed her on the cheek.</td> </tr> </tbody> </table></figure>
<br><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“For now, just fucking is enough, but then . . . just wait until you learn some shapeshifting . . . then things will become . . . interesting. . . .” Gwen said with an ominous tone.</td> </tr> </tbody> </table></figure>
<br><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$He nodded; actually, that sounded like something incredibly helpful to have. “I am looking forward to it,” the vampire finally said, ready to go for round two.</td> </tr> </tbody> </table></figure>
<</if>>
<</nobr>>
<<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<set $Days to $Days+1>><<set $Fucking_Count to $Fucking_Count +1>>
<<set $Gwen_1 to true>><</nobr>>
</td></tr></tbody></table></figure>
<hr>[[Next.|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
$Name didn't waste a second and pounced toward her neck like a wild beast, trying to kill her before anything else. She may have wanted to have sex with $him, but after that, it would have been a ploy to lower $his guard and then do who knows what experiments on $him or worse.
$He slammed Gwen back against her own door, making the girl's eyes widen in shock that quickly burned into fury as the air shimmered around her fingers.
<<nobr>><<set _temp_Power to $Dexterity_Level + $Dexterity_Level_Bonus+ $Physique_Level + $Physique_Level_Bonus>>
<<if _temp_Power < 19 >>
<br>Even as the vampire fangs managed to sink into her neck, the fight was far from over. Her hands burst into an incandescent blast of pure heat that threw $him back, burning $his undead skin and making the vampire crash against the wooden table.
<br><br>
Gwen staggered as one hand clamped against the bleeding pair of holes in her neck. The other hand already was flaring with energy again, her lips moving without saying a word that $Name could hear. More energy gathered in her fingers, but $Name would not let her finish.
<br><br>
$He lunged again, $his bare chest still burning from the previous attack, but this time not aiming for her neck. The $boy lowered $his body at the last second, dodging the blast of white-hot energy aimed at $his head, and then tackled her legs.
<br>
<</if>><</nobr>>
They fell together with a loud thud as the vampire pinned her to the floor and then landed the killing strike.
$Name bit harder, sucking the blood so fast that $he managed to completely collapse the woman's strength and mind, making her unable to fight back. However, the more $he drank, the more $he got; past the red nectar, there was something else . . . a radiant essence began to flow from her body into $him.
The vampire was consuming her soul and her magical talent.
<<set $Gwen_1 to true>>
Gwen struggled, slowed, and then completely ceased as her soul was consumed and her body became a husk that then melted into grey dust.
<h3><span><strong>You have absorbed Gwen's soul.</strong></span></h3><figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/GwenSoul.png" class="ImageBorderAvatars">
</td><td>
A soul bloated with pure magical talent and knowledge, so much that even using it is extremely difficult. Fundamental to learning how to use magic, in its base state it just powers you up for a brief moment when danger is nearby. You get +1 AP on the first turn of combat.
</td></tr></tbody></table></figure><<nobr>><<set $Gwen_Soul to 1>><<set $HumanKilled to true>><<set $Killing_Count to $Killing_Count +1>>
<h3><span><strong>You gain 5 units of blood</strong></span></h3>
<<if $Energy + 5 <= $Max_Energy >>
<<set $Energy to $Energy +5 >>
<<else>>
<<set $Blood_mutation_points to $Energy+3 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><<set $Days to $Days+1>><<set $Gwen_1 to true>><</nobr>>
</td></tr></tbody></table></figure>
<hr>[[Next.|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenAvatarNaked.png" class="ImageBorder" id="hp">She blasted away her yoga pants and panties with a burst of magic that made them fly through the room. Her massive pale ass, with soft cheeks cultivated from sitting at a desk reading and lack of exercise, was decorated by some light freckles across it. Between her legs, Gwen's pussy was already soaking wet, and her clit was as hard as the big round nipples on her moderately sized tits that got exposed as quickly as the rest of her body.
</td> </tr> </tbody> </table></figure>
With the snap of her finger, all the clutter over the table was swiftly moved to the ground, and with another, the table flipped around, turning into a big bed where they could fuck like animals.
$Name quickly unleashed $his massive cock out of $his boxers, already fully hard and throbbing with more life than $his undead body should have. Just the view alone was making Gwen's mouth water.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Fucking finally, it is even bigger than I imagined,” Gwen muttered and then went to the bed, getting on all fours like the bitch in heat she was.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“You look amazing . . . are you sure about this? We are kind of taking this a little too fast,” $Name muttered, showing a bit of doubt, but $his throbbing cock said otherwise.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">She let out a small giggle and then opened up her pussy lips with one hand. “Relax . . . I have been with werewolves, minotaurs, centaurs, and even a dragon; let's just have fun . . .” Gwen muttered and then winked at $him.</td> </tr> </tbody> </table></figure>
With $his hands gently grabbing her neck behind the red cascade that was her hair, $he rubbed that fat cock against her wet lower lips. Then with a hard thrust, $Name went balls deep into Gwen, making a loud clap sound the second their hips clashed.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“There we fuuuuuucking go! Yeah! Oh god! Monster cock is the best!” Gwen screamed, her back arching and her eyes rolling to the back of her head.</td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Sex/Gwen/GwenSex1.png" class="ImageBorder">
$He started slowly, pulling out almost all the way before slamming back, punching her cervix with $his cockhead. Each strike made her whimper and moan while filling the room with the lewd sound of her panting and the two bodies clapping together. Even the musky stench of sex overpowered whatever magic herb was in that room.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Fuck, fuck, fuck! You feel amazing!” $Name grunted, $his hands digging into the soft flesh of her hips.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">Gwen's hands clawed at the dirty sheets from a bed more used for fucking than sleeping. “Fuck yeah! Keep going, stud!” she screamed back, completely giving in to the huge vampiric cock.</td> </tr> </tbody> </table></figure>
$Name caressed her ass and kissed her from behind, licking and playfully biting her neck without drawing blood. The vampire was getting addicted to that witch hole, and the more $he pounded it, the more $he wanted her as $his bride. The $boy would make sure that from now on, she would only have eyes for $him.
After a few seconds, $he managed to get into a position where they could kiss from behind. Gwen turned her head to meet $Name 's lips, and with a loud wet sound, their tongues began to grapple with each other. The witch dug deep into the vampire's maw, making sure that $he got a good taste of her saliva while $he kept pounding her nonstop.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Fuuuuuuck . . . I am not used . . . to lovely dovey stuff . . . you are melting my brain . . .” Gwen mumbled between sloppy kisses. She could feel the heat in her loins about to boil.</td> </tr> </tbody> </table></figure>
</td></tr></tbody></table></figure>
<hr>[[Breed.|Gwen_1_Gentle_Breed]]
[[Don't breed.|Gwen_1_Gentle_Dont_Breed]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenAvatarNaked.png" class="ImageBorder" id="hp">She blasted away her yoga pants and panties with a burst of magic that made them fly through the room. Her massive pale ass, with soft cheeks cultivated from sitting at a desk reading and lack of exercise, was decorated by some light freckles across it. Between her legs, Gwen's pussy was already soaking wet, and her clit was as hard as the big round nipples on her moderately sized tits that got exposed as quickly as the rest of her body.</td> </tr> </tbody> </table></figure>
With a snap of her finger, all the clutter on the table was swiftly moved to the ground, and with another, the table flipped around, turning into a big bed where they could fuck like animals.
$Name quickly unleashed $his massive cock from $his boxers, already fully hard and throbbing with more life than $his undead body should have. Just the view alone was making Gwen's mouth water.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Fucking finally, it is even bigger than I imagined,” Gwen muttered and then went to the bed, getting on all fours like the bitch in heat she was.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name bit $his lower lip. “The same I can say about your ass,” the $boy muttered and then grabbed her ass after getting completely naked.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Just fuck me, wreck me, and don’t even dare to be gentle,” the mage answered and then slapped her own fat ass; the ripples of her plump posterior guaranteed the quality of this cock sheath.</td> </tr> </tbody> </table></figure>
With $his hands firmly grabbing her neck behind the red cascade that was her hair, $he rubbed that fat cock against her wet lower lips. Then with a hard thrust, $Name went balls deep into Gwen, making a loud clap sound the second their hips clashed.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Fuuuuuuuuuuuuck! Yeah! Oh god! Wreck my cunt! Make me a vampire bitch!” Gwen screamed, her spine arching and her eyes rolling to the back of her head.</td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Sex/Gwen/GwenSex1.png" class="ImageBorder">
$He started slowly, pulling out almost all the way before slamming back, punching her cervix with $his cockhead. Each strike made her whimper and moan while filling the room with the lewd sound of her panting and the two bodies clapping together. Even the musky stench of sex overpowered whatever magic herb was in that room.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“You slutty witch! Here is your broomstick right into your ass!” $Name grunted, $his hands digging into the soft flesh of her hips.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">Gwen’s hands clawed at the dirty sheets from a bed more used for fucking than sleeping. “Fuck yeah! Come on, break my cunt!” she screamed back, completely giving in to the huge vampiric cock.</td> </tr> </tbody> </table></figure>
$Name slapped her ass with enough strength to leave a red imprint; the vampire was showing no mercy as $he went faster and faster. $He was going to make sure that this slut would become $his bitch no matter what. No more sleeping around; from now on, Gwen would only be $his servant.
$He pinched her nipples, squeezed her ass, choked her neck, and even ground $his huge cockhead against her cervix to send another wave of pain mixed with her pleasure. Gwen only answered by crying louder in sheer pleasure.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Yes! Yes! Yes! Keep going! Break my brain! Ruin me for everybody else with your monster cock!” Gwen yelled out loud, ready to be claimed by this stud. She could feel the heat in her loins about to boil.</td> </tr> </tbody> </table></figure>
<<set $Gwen_Is_Sub to true>>
</td></tr></tbody></table></figure>
<hr>[[Breed.|Gwen_1_Rude_Breed]]
[[Don't breed.|Gwen_1_Rude_Dont_Breed]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<set $Days to $Days+1>>
Gwen’s back was arching in her apartment as her hips were firmly grabbed by the vampire. That naked body was doing all in her power to make her bed scream in pain by how much she moved around while the vampire impaled her from behind.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Fuuuuuuuuuck! Keep going!” She moaned while biting her pillow, each strike making her whole body shake in response. Each strike of that massive cock was making her scream like a virgin, enjoying each time that $he clapped her fat ass. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I can’t get enough of this . . .” $he muttered and then grabbed her red hair, yanking it toward $him while pressing $his fat cockhead against her cervix. $Name began to reach $his peak of speed as $he was ready to drain another potent load right into that woman’s womb. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Harder! You bloodsucking bastard!” Gwen yelled at $him while smiling and rolling her eyes to the back of her head; the constant pounding and the stretching were nice, but she wanted more. Just $him going a tiny bit harder to finally make the heat in her cunt reach the boiling point. </td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Sex/Gwen/GwenRep.png" class="ImageBorder" id="hp">
$Name let all $his weight fall over the redhead, making sure that $his cock would go as deep as possible while $his body pressed against hers for the last moments before $he exploded inside her. The extreme pressure made Gwen let out a muffled moan as her face was rubbed against the pillow, and then her pussy fully exploded in juices as the vampire made a final thrust that hit the back of her womb.
A grunt came out of the vampire’s lips as $he emptied $his big balls into the witch, each clench of $his massive balls just draining a colossal amount of semen directly into Gwen while the witch clenched her pussy around $his cock, milking and refusing to let it go.
They stood completely still for a few seconds as the semen began to seep from those lower lips and pool on the bed, and just then, $Name pulled out without a loud pop sound, leaving behind a gaping hole oozing $his potent vampiric cum.
After leaving her to rest for a few seconds, $Name had an important question to ask.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Ok, so . . . why do all the mages and witches have so much stuff stuck in jars? Can you people just use a fridge?” $Name addressed the literal elephant eyes in the room. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Because they look cool, that is why,” Gwen answered as if it was something obvious. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“What? What is the reason?” The vampire asked, as $he knew she was an eccentric woman, but having those things around was . . . weird, to say the least. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Yes? I mean, look at this bad $boy. Is it not cool looking at this stuff? It is like a lava lamp but more . . . alive,” Gwen said and pointed to one of the jars that had something that vaguely resembled a plant but looked to be breathing under the murky liquid through some kind of yellow mouth-hole. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Are they alive?” $He said as $his senses couldn’t really detect if they were “food” for $him or not. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Well . . . kinda? They do not rot, so if you open it up, you could technically put the part back on the creature,” Gwen answered, as necromancy and healing magic were different sides of the same coin. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“What if I eat one? Could I get some power?” The vampire asked, willing to get some canned dinner. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">Gwen smirked. “Want to try?” She inquired, not being above playing this kind of prank. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Just tell me if they work,” $Name said, not willing to eat one of those disgusting things for nothing. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“No, it wouldn’t work . . . you need to drink the fresh stuff; you can’t get stronger from eating a burger, right?” the redhead finally said. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$He nodded. “Good point,” the vampire answered while feeling a little bit happy. That stuff didn’t look appetizing at all. </td> </tr> </tbody> </table></figure>
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<nobr>><<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><</nobr>>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<set $Days to $Days+1>>
Gwen was fucking $Name nonstop in that small apartment soaked in the stench of sex, incense, and sweat. Her pale skin was covered with a mixture of juices as it shook each time the vampire clapped her ass with $his hips, mounting her like a dog in heat and making sure not to stop for a second until $his balls were empty.
The witch liked it this way, when the monster only worried about $his own pleasure and had enough stamina to make her climax on the way to $his own orgasm.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Come on! Use me as a cheap sex toy!” Gwen moaned while on all fours over her bed with the man over her, fucking her like an animal and biting her neck. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp"> $He moved $his hips faster, those massive balls slapping her pussy nonstop while her tight cunt squeezed the love out of $his cock. “I am getting closer . . .” the $boy muttered as $he felt each inch of $his body telling $him to cum right now. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Then fucking do it, you . . . you blood-sucking bastard! Empty those big fat balls into my cunt!” she begged, demanding $he finish inside, and the $boy answered by grabbing her by the neck from behind and pushing balls deep into her. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“There!” $Name yelled, and with $his dick poking so deep that one could see the bulge in her lower stomach, the vampire came like a fire hose. Shot after shot of that thick vampiric seed flooded her womb with the most virulent and strong semen possible, in amounts no normal human could achieve. </td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Sex/Gwen/GwenRep.png" class="ImageBorder" id="hp">
Gwen's whole body tensed up for a second when the hot flood of thick semen filled her up, and then exploded into a rain of juice, her pussy squirting all over the bed and $his balls. Each part of her was stabbed by a shock of pleasure that made her scream like a dying animal until, eventually, both of them were completely empty.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Ahhhhhhhh fuck, that hit the spot . . .” she managed to mumble before collapsing on the bed, ass up and face down, feeling the ribbons of semen run down her inner thighs while she was still shaking.
After a few minutes of recovery, it was time for Gwen to do something nice for $him. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“So, do you want to commit tax fraud together?” Gwen asked with a small smile. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name squinted $his eyes for a second. “What? Why are you asking that?” $he muttered. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Come on, I know you got some illegitimate gains . . . you need to wash them clean if you don't want the cops on your ass,” the witch began to explain, still oozing semen from her pussy. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Well, I am a vampire, so I am already fucked, so . . .” the $boy added. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Yeah, and you want to become an even bigger target? You cannot hide from the government, but you can become a low priority; this way, there is always a bigger fish to fry instead of you.” She tried to explain to $him how to stay alive. </td> </tr> </tbody> </table></figure>
Well, with the amount of magic and esoteric tech the government had, if they really wanted to, finding a vampire was not that hard, but also . . . they were incredibly incompetent. There was a reason serial killers could thrive for five or six years before getting caught, even with their neighbors constantly calling the police about “strange smells” and “weird noises.”
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Hmmmmmm, good point. What should I do?” $Name asked where to put all $his future money taken from the pockets of criminals and, well . . . hobos . . . </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“I will have you working at my herbal medicine shop. Just on paper, I’ll give you a percentage of my sales . . . well, some people come from time to time to buy oregano to cure their hemorrhoids because they read about it online, but most of it is just me making the numbers,” Gwen said while stretching her arms and taking a deep breath. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“I love paper money so fucking much,” she added with a smug smile. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">This raised another important question. “Ok, you know where I got my money from, but you? What kind of illegal stuff do you do?” $Name asked. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Witch jobs . . . curses, removing those curses, blasting people with magic, that kind of stuff . . . they tax us really hard to keep other markets competitive,” Gwen finally said. </td> </tr> </tbody> </table></figure>
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<nobr>><<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><</nobr>>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>> <<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<set $Days to $Days+1>>
Meeting Gwen in her apartment to talk and plan stuff was always a bad idea. Why? She didn’t wait a second before rubbing her fat ass against $his crotch like an animal in heat, trying to fish out some vampiric dick. And she always managed that.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">A minute later, the two were fucking like pigs on her bed, her ass up in the air getting clapped by the vampire’s hips over and over as she moaned and cursed $him like a cheap whore. “Come on! You bastard! Destroy my fucking cunt! Make me your cock-addicted whore, witch!” she begged while the $boy slapped her ass nonstop with both $his hands and hips, making sure to leave that pale skin completely red from the constant impact. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I am-AH, FUCK!” $he yelled and then went balls-deep into the girl to just cum directly inside her womb. </td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Sex/Gwen/GwenRep.png" class="ImageBorder" id="hp">
$Name blasted a deluge of semen inside Gwen so massive that it made the woman climax nonstop. For each burst of seed $he made, she answered with her pussy squirting a blast of girl juices all over her bed.
In these precious seconds they had before Gwen went for a second round, the vampire decided to do some more bonding with her. $He wanted to talk without constantly throwing raunchy insults at each other.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“So, what do you do for fun apart from evading taxes and going to the public library?” $Name asked after taking a few seconds to catch $his undead breath. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Well, did you see those maps in my room?” Gwen said and pointed to the papers on the wall. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Yeah,” $Name said and looked at them. They were maps of the city with all kinds of markers and arrows written on them, even a quick reminder that the witch needed to buy more milk. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“I am into treasure hunting. Do you know what happened to all those secret hideouts and emergency stashes that supers have all over the city when they kick the bucket? Mostly they stay there, forgotten and ready for someone to rip them wide open,” Gwen explained while making a jerking-off gesture and then closing her fist to open it again to simulate an explosion. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“You can get a lot of interesting stuff from them; you just need to make sure that you never pop one open if the owner is alive. That is messy,” Gwen muttered, making an awkward smile.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name nodded. “I can imagine that they get really angry,” the $boy said, as $he was able to deduce that the witch, in fact, had done that. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Yeah, especially when you can't suck your way out of it,” she joked around and then rolled her eyes. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Did you ever have a close call?” $Name asked an obvious question. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">Gwen froze for a second, that memory still making her sweat. “One time, with a tiger woman, she almost ripped my head off,” she muttered and looked down at the bed, shaking a little bit.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“How did you survive?” The vampire was now more curious than ever, but the answer would be . . . not what $he expected. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Oh, I tactically pissed myself and cried so hard that she took pity on me and let me go,” the witch said with a matter-of-fact tone. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name blinked a few times, not really getting what she just said. “What? Did you piss yourself?” $he asked to double-check. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“It was a strategic decision! When you are going to die, you must think outside the box to survive,” Gwen explained herself, trying to save some face, but she knew it was useless. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“What about your reputation? Don’t you have any shame?” the vampire asked, trying to understand the logic leaps she took to reach that conclusion. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">“Look, $Name . If I have to choose, I always prefer a chicken clucking around the house to some stupid stone statue in a park or a commemorative metal plaque,” she said without a single ounce of shame. </td> </tr> </tbody> </table></figure>
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<nobr>><<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><</nobr>>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<set $Days to $Days+1>>
Inside Zoey’s apartment, both she and $Name were chilling on her sofa listening to some music as they got ready to fuck.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Ah, fuck! He raped his mother?” $Name said as the beat finally ended. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey nodded and then stretched, stopping the music for a second so they could talk without having their eardrums burst. “Fucked-up plot twist, right?” she added with a smug smile. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name rubbed $his forehead and then let out a sigh. “It just keeps escalating, and then . . . fuck, good song, by the way,” $he added, actually having fun just chilling with the girl. It was weird; before they started to fuck, the $boy kinda hated her. Now that $he knew her a little better, they were starting to get along. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Yeah, love the calm beat contrasting with the lyrics,” Zoey purred, and then began to get naked while her $boy was still processing the whole song. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“The only thing I kinda dislike is that he decided to jump out the window instead of, you know . . . kill them? He had the gun,” $Name said, not really paying attention to the half-naked girl in front of $him. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“That is part of the point; he was a spineless worm. It is, like, all over the song,” the pink-haired girl said while taking off her bra. She made a small pause and let those tits hang free in front of the vampire. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Why would he care about being a real thug then?” Zoey added, and then pulled down her thong. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name just sat there, deep in thought for an instant. “Good point,” $he muttered while still fully dressed, not really paying too much attention to $his woman. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey placed her hands on her hips. “So . . . we are fucking?” she asked, confused why $Name still had $his pants on. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Yes! Even if you ruined the mood with that song,” $Name finally said, and got naked, ready to pound her again. </td> </tr> </tbody> </table></figure>
$Name grabbed Zoey’s fat ass, $his cock already hard and ready to pound her once again. The girl answered with a smirk and bent over the sofa arm, ass up and face down, giving $him the perfect view of her pussy.
$He gave her a hard slap on the ass and then grabbed $his dick, rubbing it against the entrance of that sloppy cunt, teasing her just a little as the vampire tried to get that song out of $his mind. Without wasting time, $his thick cock went into her tight pussy with a loud clapping sound the second $his hips crashed against her ass.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Ahhhhhhh! Fuck! Yeah! I need this!” Zoey screamed while the boy began to fuck her from behind, groping and slapping her ass while moving nonstop. </td> </tr> </tbody> </table></figure>
The room began to stench again of pussy juices, sweat, and cum; each wet slap filled the air with the constant sound of two bodies smacking together as the speed reached its peak. With her pussy walls clenching around $his massive cock, the vampire gave one last thrust.
$He buried $himself to the hilt; $his massive balls clenched and then exploded, filling Zoey’s womb with rope after rope of thick cum.
<img src="SanguisExHeroImages/Sex/Zoey/ZoeyRep.png" class="ImageBorder" id="hp">
She answered by squirting all over the sofa while screaming and moaning, rolling her eyes to the back of her head and sticking her tongue out.
After a second of being buried inside her, $Name slowly pulled out, and $his cum began to pour out of that gaping pink cunt onto the sofa. That hole stayed open a bit, panting like its owner’s mouth.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey collapsed forward, ass still up, almost as if she was begging for another round. “Fuck . . . you are really good at this . . .” she mumbled. </td> </tr> </tbody> </table></figure>
$He slapped her ass one more time, making it jiggle.
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<nobr>><<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><</nobr>>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>> <<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<set $Days to $Days+1>>
$Name grabbed Zoey’s pink hair and bent her onto all fours on the sofa. It took $him a second to expose that thick, round ass, and then that wet cunt was already craving $his vampire rod. She only needed to wiggle her fat posterior for an instant to get it inside.
Then $he shoved $his fat dick balls-deep into the woman with one single thrust. Her cunt squeezed around it, sucking $him in as the tip struck her cervix.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Ahhhhhh, fuck! You are soooo fucking deep!” Zoey screamed with a mixture of pain and pleasure from the brutal stretching of her cunt. </td> </tr> </tbody> </table></figure>
The vampire didn’t waste a second and started slamming her from behind as fast as $he could, clapping her cheek with $his hips nonstop. Those huge balls swung almost as much as the girl’s tits.
$He yanked her hair back, making her spine arch, while $he groped her ass with $his other hand. Now each thrust got deeper, and the cockhead punched her cervix over and over, making her ass cheeks ripple constantly from the fast pounding.
After a few minutes of fucking her like an animal, $Name slowed for a single instant and then went balls-deep into the woman. $He squeezed her big ass so hard that it left red imprints on her dark posterior and then burst like a firehose inside, spreading her cervix wide open, clenching $his balls, and detonating a deluge of hot semen directly into her womb.
<img src="SanguisExHeroImages/Sex/Zoey/ZoeyRep.png" class="ImageBorder" id="hp">
Zoey answered by cumming like a broken fountain, squirting all over the sofa as her pussy clenched and gushed her girl juices over and over. Her whole body tensed up, milking the cock until each drop was drained inside her, and then she relaxed, collapsing like a puppet with its strings cut.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">The $boy took a second before pulling out and taking a deep breath, enjoying the view of that gaping hole oozing $his seed. “I needed that . . .” $he muttered, $his big cock covered in a mixture of pussy juices and $his own semen.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">After having that massive load drained into her pussy, $Name had an important question for the woman. “Quick question, what do you do for a living?” $he asked while feeling the girl hugging $his neck.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey let out a deep sigh, still feeling the semen oozing from her gaping cunt. “I am not beating gang members or hobos for their money, if you want to know. I’m a delivery girl,” she purred, teasing $him and playfully biting the vampire back on the neck. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“You don’t have a car,” $Name asked again, more confused now. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“I have a bicycle; people really sleep on how good a bicycle can be,” Zoey explained. It was not the best job, but moving packages around the city, especially small ones, let her save some decent money . . . especially when you didn’t ask too many questions about what you were moving. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$He grabbed that big ass and squeezed it for a moment. “That explains those legs,” the vampire said, satisfied with the answer. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Yep, the best thing is that it doesn’t need a license, so I don’t have to worry about those traffic cameras and their stupid speeding tickets,” Zoey said and then went on top of $Name , ready to go for a second round as she rubbed that fat cock between her ass cheeks that $he liked to touch so much. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">Before going for a second round, something clicked for the vampire. “How do you get speeding tickets with a bicycle?” $he asked while the girl was already pressing the tip of $his cock against her soaking-wet cunt. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“By going past the speed limit,” Zoey said and then impaled herself again on the manhood, clearly avoiding continuing to talk about the topic. </td> </tr> </tbody> </table></figure>
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<nobr>><<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><</nobr>>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>> <<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<set $Days to $Days+1>>
$Name pushed Zoey face down on the sofa, grabbing her hips so that round brown ass would be up in the air. $He knelt behind her with $his massive cock rock hard and balls already twitching, filled with boiling hot seed. The vampire grabbed her hips, and with a single movement, $he went balls deep into the woman.
One single thrust was enough to make her scream in pain and pleasure; her inner walls squeezed around the throbbing shaft.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Fuuuuuuuuuuck! Yeah! Keep going!" Zoey screamed, pushing her ass back against the $boy 's hips as hard as she could, making sure that her cheeks would jiggle from the impact. </td> </tr> </tbody> </table></figure>
The vampire pounded her like there was no tomorrow, making sure to scratch that inch around $his cock with that wet cunt. $He reached toward her tits and began to fondle tits and nipples, making sure to stimulate each part of her while mounting her like an animal in heat.
In a few minutes, the thrust speed went up as the cockhead rammed over and over against her cervix. $He went so far as to stop grabbing her breasts and focus all $his attention on her ass, slapping and squeezing it until it was red from the constant clapping.
Then $Name buried $his cock so deep that $he could feel it poking inside her womb, making sure to get as far into her as possible to finally burst a deluge of semen into her. Thick ropes of cum exploded from $his cockhead and flooded her pussy; each time $his balls pulsed, another fat load was drained into her.
<img src="SanguisExHeroImages/Sex/Zoey/ZoeyRep.png" class="ImageBorder" id="hp">
Of course, the sudden burst of vampire juices was enough to make her climax; her pussy squeezed that pillar of meat and then squirted all over the sofa. Each blast of clear juice matched the thick white sap filling her up.
A moment later, when $Name finally pulled out, leaving $his cum just flooding out that gaping cunt, Zoey just collapsed over the sofa.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“You fuck like a thug straight out of jail. How do you do it?” Zoey mumbled while squinting her eyes, the girl's whole body exhausted after getting another load pumped inside her. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name let out a sigh, $his cock still hard even after fucking $his thrall. “Vampiric stamina, I think. I didn't know they were so . . . horny . . .” $he mumbled and made a small pause. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I mean, I am a vampire, not an incubus,” the $boy added, since being a sex machine 24/7 was not something $he knew about $his curse. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Yeah, vampires are fucking weird, especially you . . . you really are putting the living into the living death,” the girl teased with a playful tone. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Do you know a lot about other magical creatures?” the vampire asked, catching the detail that she said “vampires” in plural. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey rolled her eyes. “Just a tiny bit; honestly, I can’t remember most of the things. I just sanded away those memories with booze and cocaine,” she confessed. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Why would you do that?” $Name asked, worried for the state of $his thrall and, well . . . about getting high out of nowhere if $he drank her blood. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Well, booze kills the brain cells, but that makes you sleepy, so you need to snort some sugar to wake up and drink more vodka! A super effective feedback loop!” Zoey explained while pressing her index finger on her forehead, making a drilling motion. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name squinted $his eyes. “Are you still doing that?” $he asked and looked around, trying to find some white powder or even some empty bottles of alcohol. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Nah, with this economy? Fucking impossible,” Zoey confessed; she was a clean girl, or at least that was how her blood tasted. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Well, if you were an alcoholic or a drug addict, you would find a way,” $Name corrected her statement; she would have sold stuff like her bicycle if Zoey really was craving some drugs. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">She nodded. “Yep, I can't literally become addicted to things. Well . . . except that vampiric cock,” the girl muttered and got ready for another round. </td> </tr> </tbody> </table></figure>
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<nobr>><<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><</nobr>>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<set $Days to $Days+1>>
$Name was fucking Alex in her tiny bed so hard that the metal frame was groaning louder than the woman getting mating pressed. Mostly because the vampire was shoving $his tongue deep into her mouth, making out, exchanging spit, grappling her tongue, and making out as sloppily as possible while pounding nonstop.
The bookworm was digging her nails into $his back, clenching that nerdy cunt and enjoying the fat cock stretching her pussy while those huge balls slapped against her big ass. Each strike was making her get closer and closer to the edge until eventually, she came.
Alex's cunt exploded in juices while she screamed like a dying lamb; her eyes rolled to the back of her head while each fiber of her body tensed up, expelling the clear fluid from her loins. It was an electric shock of pleasure that ignited in her pussy and then spread all over her body like wildfire that was only put out by the torrent of semen getting drained into her womb.
<img src="SanguisExHeroImages/Sex/Alex/AlexRep.png" class="ImageBorder" id="hp">
$He closed $his eyes, and with $his massive cock poking inside her womb, the vampire let out a deluge of semen directly inside her. So much cum erupted from those supernatural clenching balls that it managed to overflow that hole and spill ribbons of white all around $his waist and down her tights.
They lasted together in that position for a few minutes. Alex refused to let $him go until her pussy had fully milked each drop of that vampiric spear and $his spunk had time to marinate inside her slutty womb. Then she relaxed her legs, and $Name could finally pull out, leaving the girl with a dazed gaze and a dumb smile, oozing thick white sap from her gaping cunt while her shaking legs refused to close.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Ah . . . ah . . . that was . . . amazing . . .” the horny nerd mumbled, needing a few seconds to be able to talk normally again. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">She slowly sat on the bed while the vampire was still at her side, giving her time to recover before going again. “So, you can digest food, right?” Alex asked with a nervous smile, just out of curiosity.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name nodded. “Yes, but I don't get any nutrients from it,” $he answered, as apart from just tasting the food, $he didn't get anything. The vampire never felt energized or less hungry from drinking a coffee or eating a burger.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex went silent for a second, blushing and then nodding. “Hmmmmmm, can I ask you a question?” she muttered, visibly nervous. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Sure,” the $boy said. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Well, since you don't use your intestines since you are not getting any nutrients, would you consider the possibility of putting a nest inside it?” the bookworm finally asked. Her plan was simple, as finding new holes to shove her bugs in was a fundamental part of her power for both defense and offense. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">The vampire blinked a few times, $his brain taking a few seconds to process the whole idea. “I . . .” $he mumbled, still trying to come up with a proper answer. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“It is nothing sexual! It is so if you are in danger, I can summon something like a swarm of wasps to help you fight out of nowhere!” Alex explained her whole plan. It was incredible how someone could be so nervous and indecisive and at the same time so full of herself, thinking that such a plan would work. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“You want to shove a wasp nest in my asshole,” the vampire addressed the elephant in the room. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex let out a defeated sigh; after all, of all the insects, wasps were the best for this job. “Well, saying it that way, it sounds really bad,” she mumbled, avoiding looking $Name in the eyes. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“It is, I think I am going to pass,” $Name said; $he was kinky but not that much. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">The girl nodded. “Yeah . . . yeah . . . but it would have worked, right?” she asked, trying to get the final word at the end of the day. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“In theory? I suppose,” the vampire finally said; after all, most of $his organs were just not doing anything inside $him.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex let out a sigh of relief. “Good . . . good . . .” the girl mumbled and closed her eyes for a second. </td> </tr> </tbody> </table></figure>
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<nobr>><<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><</nobr>>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<set $Days to $Days+1>>
It only took a few seconds after getting inside $his apartment for Alex to start kissing $Name and then having $him fuck her silly on the sofa. The nerdy girl's libido seemed to be a match with the supernatural monster.
$He flipped her over on the sofa, and in seconds they both were completely naked; it took particularly little time since Alex wasn't wearing any underwear in the first place. She wanted the $boy on top of her, crushing and pounding her cunt like an animal until she was filled up.
Of course $Name did it, pounding that cunt over and over until the vampire came like a fire hose inside her. While Alex didn't just squirt all over $him, she bit $Name , digging her nails into $his back, squeezing her body around $him, trying to keep $him inside her as long as she could.
<img src="SanguisExHeroImages/Sex/Alex/AlexRep.png" class="ImageBorder" id="hp">
She even closed her eyes in the midst of her orgasm to focus all her attention on the $boy , on $his supernatural flesh, on $his throbbing cock detonating inside her, on $his chest pressing against her, and on each single sensation that $he gave her.
The second that $Name tried to pull out, $he felt it . . . hunger. Not $his own thirst for blood but something else emanating from the shy, nerdy girl sinking her teeth into $him. There was a clear difference between a love bite and what she was doing . . . instead of just pressing her teeth against $his skin . . . she was biting and pulling. However, as soon as it started, it finished when the girl had squirted the last blast of juices out of her cunt.
When they were done, the vampire had a lot of questions, especially while the mark of her bite was still clear on $his undead skin.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“So . . . where do your powers come from? Like, is it some kind of magic?” $Name asked, to give Alex some time to recover before making her a squirting mess again. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex froze for a second, and her whole body began to shake before she closed her eyes. She counted to ten internally and then began to speak. “Well . . . I may . . . technically . . . possibly . . . have eaten a god,” she mumbled, her tone barely above a whisper. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“What?” $Name asked. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">The girl didn't know how to properly explain the situation. “It was a really stressful situation! I didn't know when it said, ‘Accept my power,’ that I should have let it sting me!” she barked, mostly to justify her actions to herself rather than explain the origin of her powers. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“So you ate . . . what? A bug?” the vampire asked again, even more confused now. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“It was bigger than a bug . . . but yes . . . it was a bug,” Alex mumbled and then went silent again. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">After a second she spoke again. “Multiple times . . . yes . . .” she said, mostly to herself. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I . . . how big was it?” the vampire asked while squinting $his eyes. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">She raised her hands and then spread her palms like a fisherman describing the size of her catch. “Enough for me to realize that I screwed it up halfway in, but . . . I committed myself to finishing it,” Alex mumbled while the space between her palms grew to an uncomfortable size. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">Even for a bloodsucking monster like $him, that was a little bit too much. “I’m not throwing stones from a glass house, but . . . are you sure you’re fine?” $he asked with a worried tone. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex let out a sigh and then looked $him in the eyes. “Yeah! I mean, I can control bugs, and I want to be a hero . . . what else could a girl ask for?” the girl finally spoke, not sounding that happy with her powers. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I was meaning, if you don’t hear the voice of that thing inside your head or something like that?” $Name was just checking if the girl didn't have a schizophrenic episode or if the bug god was trying to dig its way out of her skull. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Oh, no, no, no! I beat it to ego death like a month after getting my powers; you can relax,” she said with a dismissive tone, smiling and trying to calm the situation but only getting the opposite reaction. </td> </tr> </tbody> </table></figure>
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<nobr>><<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><</nobr>>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>> <<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<set $Days to $Days+1>>
$Name thrust forward on the girl who lay in her bed. She was resting there with her legs widened open and inviting $him to get inside with a nervous smile, still blushing from showing her naked body to the vampire.
The $boy answered by hooking $his arms under her knees and folding her in half to ensure full penetration, pinning her legs against her shoulders and kissing her at the same time $he fucked her with a mating press. That wet cunt didn't have any resistance as $he went balls deep into it, making Alex whimper for an instant before continuing to kiss.
$He didn't waste a second; the vampire fucked that slit as fast as $he could, pounding that cunt nonstop as Alex's flexibility was put to the test. The bookworm was just completely addicted to fucking that $boy , her nails dug in $his back, screeching as each second passed it felt even better.
She rolled her eyes to the back of her head, forcing her spit inside the vampire's mouth as the man grappled her tongue to submission. While her pussy clenched around the cock that was poking inside her womb, she squirted like a broken fountain, soaking $his cock and thighs and splashing all over $his waist as always.
Feeling the girl quivering around $his cock only made $him thrust faster, and eventually, $he burst inside her. The $boy 's massive balls clenched, and rope after rope of white-hot semen filled her womb.
<img src="SanguisExHeroImages/Sex/Alex/AlexRep.png" class="ImageBorder" id="hp">
It was always like that; feeling her womb just getting completely filled by the hot semen of her man was the best sensation ever. Even after $he was done, Alex still wanted to have $him inside, throbbing, plugging the exit of her cunt and forcing that thick seed to stay inside her for as long as possible. However, eventually $Name had to pull out, leaving her tired cunt gaping and oozing $his cum all over the sheets.
$Name looked at the woman smiling at $him as $he lay on her side, letting her recover for a few minutes before going at her again.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
“I always wondered, why do you always go to the library on the other side of the city and not the one that we have five blocks away?” $Name asked an obvious question. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex, her face getting as red as when she came a few minutes ago. “Well, this is embarrassing, but there is a book I never returned there, and it is kind of . . . awkward to go back,” she mumbled, covering her face with her hands. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Did you get it stolen?” the vampire asked. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">She shook her head. “Worse,” the girl mumbled and then looked at $him for a second, making a long pause and hoping they would change to another topic. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Don’t leave me hanging,” $he said, full of curiosity now. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“One night I was . . . you know . . . having some time for myself, and do you know how our apartments are really small? Well, I had the book near my bed and . . .” She didn't have the guts to finish the sentence. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“And you squirted over it?” $Name added, trying to resist the urge to let out a chuckle. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Accidentally! When I calmed myself, the whole thing was soaking wet! I can't return that!” Alex barked. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“What did you do with the book?” the vampire asked, finding the girl blushing in that way particularly cute. </td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“I still have it. I am trying to find a copy to replace it, but . . . no luck so far,” the girl finally said with a defeated tone. </td> </tr> </tbody> </table></figure>
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<nobr>><<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><</nobr>>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>> <<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<<set $dice = Math.floor(Math.random()*3)>>
<<if $Gwen_1 == true && $Gwen_Soul != 1>>
<<if $dice is 0>> <<goto "Gwen_Rep_1">>
<</if>><<if $dice is 1>><<goto "Gwen_Rep_2">>
<</if>><<if $dice is 2>><<goto "Gwen_Rep_3">>
<</if>>
<</if>><<set $Enemy_Hp to 50>>
<<set $Enemy_Avatar to "SanguisExHeroImages/Avatars/BagHeadBoss.png">>
<<set $Enemy_AP to 3>>
<<set $Enemy_AC to 10>>
<<set $Enemy_Melee_Damage to 10>>
<<set $Enemy_Chance_To_Hit to 5>>
<<set $Max_Enemy_AC to 15>>
<<set $Enemy_Armor to 0>>
<<if $Alex_Support == true>>
<<set $Enemy_Poison_count to $Enemy_Poison_count+5>>
<</if>>
<<goto "Combat_Main_Loop">>
<<set $Enemy_Name to "Burlap Sack Killer">><<set $Enemy_Hp to 25>>
<<set $Enemy_Avatar to "SanguisExHeroImages/Avatars/BagHeadBoss.png">>
<<set $Enemy_AP to 3>>
<<set $Enemy_AC to 0>>
<<set $Enemy_Melee_Damage to 15>>
<<set $Enemy_Chance_To_Hit to 10>>
<<set $Max_Enemy_AC to 5>>
<<set $Enemy_Armor to 0>>
<<if $Alex_Support == true>>
<<set $Enemy_Poison_count to $Enemy_Poison_count+5>>
<</if>>
<<goto "Combat_Main_Loop">>
<<set $Enemy_Name to "Unmasked Burlap Sack Killer">>
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
A loud clank rumbled through the slaughterhouse as the maniac’s axe landed on the floor. His body, even if massive, slowly collapsed from the damage. Not enough tendons, muscles, or bones were in proper condition to hold that instrument; they snapped under the weight of wood and metal.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/Boss1Mini.png" class="ImageBorderAvatars" id="hp">Then, as soon as the axe was gone, so was the hood on his head. “It . . . . HUUUUUUUUUUUURTS!” the man exclaimed. In an act of desperation, he tore the fabric and revealed the grim reason for his behavior.</td> </tr> </tbody> </table></figure>
The vampiric transformation kept the body in the state it was in when turned. That was why $Name didn't age, but it also cured any scars. What would happen if you turned someone who was half dead into a vampire?
He had his skull crushed before getting turned into a vampire. In that instant between life and death, the man had been turned into an undead, leaving his grey mass fully exposed and throbbing like a beating heart, constantly whipped by the slightest wind. One could even see how the bone fragments meant to protect that delicate organ now sank like fangs into the grey matter. It was a miracle alone that his eyes were still in their sockets.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/Boss1Mini.png" class="ImageBorderAvatars" id="hp">“Ahhhhhhhhhhhhhhhh! Why?! Why?!” he yelled, then charged toward $Name, forgetting any kind of defence as he entered a desperate state. Or maybe the damage in his head had reached the point where the vampire turned into a feral beast.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Continue |Enemy_Boss_1_Stage_2]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
A loud crash followed by a wet slap announced the vampire’s fall to the floor; the impact splattered what was left of its brain across the dirty concrete.
All the damage $Name had done had accumulated in the monster’s spine, making it collapse. The tower of bone, its vertebrae, broke into fragments, and the muscles of the torso alone could not hold the massive frame.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/Boss1Mini.png" class="ImageBorderAvatars" id="hp">“Ahhhhhhhhhhhhh!” The vampire yelled, crawling toward $Name. His legs refused to move, lacking the electric signal from its ruined brain. He used only thick fingers to scrape the floor, dragging itself toward the source of its pain and, more importantly, blood. Blood that would cure him.</td> </tr> </tbody> </table></figure>
But mercy ran short for the $boy who knew how to end this.
Two quick strikes ended any mobility the killer retained. A final attack destroyed what remained of its brain. Yet killing a vampire proved harder than one might think, for the thing remained . . . functional. With enough blood, it could revive. So it was time to end it permanently.
<<nobr>><<if $Karen_Soul == 1>>
<<set $Money to Math.round($Money *1.2)>>
<</if>><</nobr>>
<<set $Boss_1_Defeat to true>>
</p></td></tr></tbody></table></figure>
<hr>[[Destroy his heart and KILL the vampire. |Boss_1_Soul_No_Eating]]
[[Drink this blood dry and consume his soul. This doesn't permanently kills the vampire. |Boss_1_Soul_Eating]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
The fight lasted longer than either would have expected. Both vampires fought for hours straight, refusing to give up or run, consumed by something more primal than pride and anger: pure survival instinct.
They knew that one would doom the other. $Name would just track him and hunt him with more preparation, and the killer would not stop until the area was crawling with vampire hunters. Letting him go another day would be a death sentence.
So both fought and fought, $Name unable to land the killing blow and the monster unable to turn the boy into a pile of gore. The clash was strong enough to destroy half the building, making most of the walls and roof collapse.
This needed to end today, and it did, as neither of the two realized the time.
The first ray of sun came through a hole in the roof and landed just right between $Name 's shoulder blades, cutting $him like a laser and making $him fall to the ground. Then the next one struck the other vampire in the middle of the head, burning him vertically from the top and almost splitting him in half.
In seconds, both were in flames and turned to ashes, reduced to nothing more than dust on the slaughterhouse floor.
GAME OVER
</p></td></tr></tbody></table></figure>
<hr>
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<set $Days to $Days+1>>
There was another vampire in $his zone. The news called him the “Burlap Sack Killer.”
At first, $Name noticed the increase in news reports about disappearances near his home. That would not seem strange since, well . . . he lived in New Hope. However, the failed attempts truly alarmed him and the press.
That brute was sloppy at best. He made $Name feel almost offended. $Name took so many measures to avoid getting caught, and there this moron was, ruining everything.
He murdered people, left their corpses behind, and only ate one or two. He even let some victims escape after attacking a group of gang members. They described him and raised the heat levels in the zone. The only reason they hadn't caught him yet was that nobody had time; he only killed hobos, gang members, and whores . . . nobody relevant to the corrupt police or politicians.
They described him as a massive pale man with a burlap sack on his head. The axe-wielding maniac seemed to have all the powers one would expect from a vampire: strength, speed, stupid levels of endurance. Most importantly, he was so stupid he ate people while others shot at him.
It was an impressive combination of hunger, resistance, and stupidity.
Each mistake he made increased the chance that the government or heroes would start hunting a vampire in the area. $Name was on that list.
So, $Name had to stop this idiot before he killed them both.
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
[[Search alone DC 15 Perception|Search_alone_Boss_1]]
<<if $Alex_1 != false>>[[Ask Alex for help|Ask_Alex_for_help_Boss_1]]<</if>>
<<if $Money >=1000 >>[[Just buy the information. 1000$ bucks. |Buy_it_boss_1]]<<else>>Just buy the information. 1000$ bucks. <</if>>
</p></td></tr></tbody></table></figure>
<hr>
<<set $Alex_Support to false>>
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name slept in $his bed; after all, it was noon, so going outside was a death sentence, and $his vampiric body still needed rest.
$He didn't expect $his door to blow open and the rest of $his apartment to explode. In $his groggy state, the vampire could only react to the first shotgun shot breaking the hinge of $his door.
Then the semi-automatic grenade launchers made a localized carpet bombing right where $his sofa was. A mixture of white phosphorus explosives, flash bangs, and normal grenades just in case made $his burning corpse fly through the window and into the middle of the street with the blazing sun over $him.
The last thing $Name saw was the blazing sun, casting judgment on $his already burned flesh and sentencing $him to nothingness. What was once bone, skin, muscle, and sinew burst into flames and then ashes.
GAME OVER
</p></td></tr></tbody></table></figure>
<hr><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name decided to search for him personally. After all, the $boy 's refined senses would surely catch someone so big even if he was hiding in an abandoned building or the sewer system. The vampire only needed to check the places where that brute was seen and then spend the whole night searching for a trace of him.
<<set $dice = Math.floor(Math.random()*20)>><<set _temp_Power to $Perception_Level + $Perception_Level_Bonus + $dice >> <<if _temp_Power < 15 >>
You rolled a _temp_Power , you failed
However, the vampire spent all night without finding a single clue. Not from the lack of them, there were plenty of blood stains, with warm bullet casings and gore staining the corners of alleyways, but from the huge amount of them. It was like finding a needle in a haystack.
One smell took $him to another scene and then back to the same one. This massive spiderweb of dirty crime scenes mixed with the natural violence of the city made the attempt a waste of time.
So, with $his time running out, $Name didn't have any other choice but to return to $his apartment and try another day.
<<else>>
You rolled a _temp_Power , you succedded.
The vampire's senses were refined enough to distinguish between old blood caked on the corners of buildings and something fresher. Without any corpses thanks to the special properties of their bites, finding clues was hard but not impossible.
There was a trail in a strange location. It was a recently abandoned office building, the perfect place to take as a home not only for hobos but also for any person or family that would like a safe roof over their heads. However, the doors were not only open, but the building was also completely empty. The only evidence that anyone had even been there were some red marks near the fire exit: drops of fresh blood that dripped into nothingness, but then the aroma of AB-positive blood. The rare type of fluid had an unmistakable tangerine stench that made it easy for the vampire to follow the clue, even if there was not a single speck of it on the dirty streets and alleyways of the city.
<</if>>
</p></td></tr></tbody></table></figure>
<hr> <<if _temp_Power > 15 >>
[[Continue. |Boss_Fight_1_Intro]]<<else>> <<set $Days to $Days+1>>
[[Return|Main_Hub]]<</if>><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
Why look for the idiot when there was a lovely and creepy bug girl who could do $him this favor?
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Hey Alex, can you use your bugs to track someone?” the $boy asked Alex in her apartment while the two were entering to share some time alone.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">The pale girl nodded. “Su-sure! Is it about the other vampire in the zone?” she asked with a curious tone.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Ah, so you knew about it?” $Name muttered, worried that now even more heroes knew about this small incident.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“I was thinking, you know . . . I’d clean the mess myself so it would not bother you, but we can work together!” Alex exclaimed with a nervous smile, her mind full of pragmatic decisions that one could see as immoral.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name raised an eyebrow. “Wait, do you kill people that you think could be a danger to me without asking first?”$he inquired.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“What?! No! I will never kill a human without a good reason or asking you first!” The girl answered, letting out a nervous chuckle and avoiding his eyes.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$He sighed deeply and rubbed $his forehead. “I am a little worried by the wording, but sure, whatever. Let's focus on this topic for now,” $Name finally said, and then got ready to hunt that rogue vampire.</td> </tr> </tbody> </table></figure>
Alex only needed a few hours after letting her legs turn to jelly to find the culprit, while $Name was already scouting ahead for food in the zone.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Found him! Sharing the details with you right now,” Alex texted $Name with a phone while she rested in a safe location far from the action.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Excellent, good job,” $Name texted back and then felt a swarm of wasps surrounding $him.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Gonna send a swarm to help you! Take care!” the girl finally said, giving him as many of her little bugs as she could. Normally Alex could control more, but the exertion that distance put on her powers strained the amount she could control.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Continue. |Boss_Fight_1_Intro]]
<<set $Alex_Support to true>>
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name just decided to pay someone else to search for that vampire. Giving a bunch of money to a private investigator was by far the best option.
Normally a person would not spend this much on fixing a problem that only affected gangs and hobos, but hey, that huge pile of money should serve some purpose.
Finding one was extremely easy; $Name just needed to pick one of the sights on the street and call. New Hope had a lot of scammers, but everyone knew that Themyscira Inc. didn't mess around. For the right money, they could even kill that vampire and put its head on $his doorstep, but then again, the price for that was just absurd.
$He waited in line with $his phone for ten minutes, but they found $his target quickly. The woman on the other side gave $him a quick report about $his target's location without even sending a written copy. Money made everything quicker and easier.
After hanging up, $Name checked the city map and decided to rush to that location. $He needed to act before that monster moved.
<<set $Money to $Money - 1000 >>
</p></td></tr></tbody></table></figure>
<hr> [[Continue. |Boss_Fight_1_Intro]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>$Name eventually reached an abandoned slaughterhouse. There was no rusted chain or anything that stopped $his advance; even half the fence had completely collapsed. $He just slipped through a gap where the loading dock door was almost falling off its hinges into a dark structure filled with dust and the stench of blood.
Some light filtered through the broken windows and ceiling, barely illuminating the dusty place. A concrete floor, meat hooks, central drains choked with foul gunk and gore, conveyor belts, and steel tables . . . this place was grim, to say the least.
And there it was, that asshole that would kill both if he kept hunting and killing people. He was sharpening his axe.
<img src="SanguisExHeroImages/Avatars/BagHeadBoss.png" class="ImageBorder" id="hp">The vampire was a giant man, too big to be 100% human, and the grey color of his skin made it clear that some kind of mutation was going on. This chunk of muscle stood at least 2.5 meters tall with crimson pants that used to be white and were so ragged they barely clung to his waist. However, the most important detail was his head.
He had burlap on it, covering it completely except for two tiny holes that showed his crimson eyes. It wasn’t a mask; it was . . . covering something . . . something throbbing. $Name could see the vampire’s head inflate and deflate subtly with each second that passed.
<<nobr>><<if $Soul_Voyeur != false>>
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/SoulBoss1.png" class="ImageBorderAvatars">
</td><td> Soul of the Burlap Sack Killer: The soul of a successful experiment that was left to roam free. Constantly regenerates the user HP by ¼ of your Physique per turn.</td></tr></tbody></table></figure><</if>><</nobr>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/Boss1Mini.png" class="ImageBorderAvatars" id="hp">The killer quickly got up and pointed his axe at the boy. “Who . . . are . . . you . . . what . . . do you want?!” he mumbled, his voice coming out wrong. It was more like a howl that tried to imitate a word.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I came to-” $Name tried to speak, but before $he could finish $his sentence and even think of talking with him, the vampire grabbed his head, or well, attempted it.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/Boss1Mini.png" class="ImageBorderAvatars" id="hp">He tried to touch the throbbing mass under the burlap sack, but the second his fingers went even close to it, he stopped and shrieked with pain. “Ahhhhhhh! My head! Stop it! Stop it! It hurts! Blood! I need more blood!” The vampire yelled and charged toward $Name.</td> </tr> </tbody> </table></figure>
At that second the $boy knew the giant man was using the orgasmic pleasure from drinking blood to soothe the pain of whatever was wrong with his brain.
</p></td></tr></tbody></table></figure>
<hr><<set $Enemy_Name to "Burlap Sack Killer">>[[To the combat! |InitCombat]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>$Name sank $his teeth into the incapacitated vampire's neck, sucking what was left of that rotten blood. The taste and sensation were completely different from feeding on a human.
The second the first drop of blood entered $his body, the $boy felt as if $he was drinking bleach. It was sour tar; it burned $him, but at the same time, the more he drank . . . the better it felt. It was like drinking alcohol or smoking for the first time. At first it was horrible, but if $he refused to listen to what $his body was begging to do . . . it began to feel better and better . . . until there was nothing left.
By far the most disturbing fact was that . . . this soul was empty. No lingering memories, no feelings, nothing . . . just a heavy void that sat in the back of $his head, giving $him a disturbing feeling. It was like being so full $his belly hurt and at the same time . . . completely starved. Almost as if something wanted to crawl its way back from $his guts.
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/SoulBoss1.png" class="ImageBorderAvatars"></td><td>
<h4>Soul of the Burlap Sack Killer:</h4>The soul of a successful experiment that was left to roam free. Constantly regenerates the user HP by ¼ of your Physique per turn.</td></tr></tbody></table></figure>
It was done; $Name had killed another vampire, not only saving many innocent people but also $his own ass from danger. Now, it was time to return home and get some rest.
$He tried to find some clues about how $he had turned the man into a vampire or any evidence of previous murders in the hideout, but $he found nothing. Only butchering tools, blood-soaked rags, and nothing more . . . not even a phone or a photo from the old times. This . . . didn’t sit well with the $boy; something fishy was going on, but he couldn’t do anything about it for now.
On $his way out, the $boy grabbed the axe still lying on the floor, something that would work as a memento from the fight or just a really nice weapon to have around. $He could hate the method of the crazy vampire, but that was a decent tool.
$Name gain:
Butcher Axe: A big fireaxe coated in dry blood. Cost 4 AP, deals damage equal to your Physique + 25% Physique plus other melee bonus, deals [[Bleed]] charge and count equal to your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus.
<<set $Axe_Burchering to 1>>
<<set $Soul_Boss_1 to 1>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>Crack! The sound of a ribcage giving up and breaking under pressure was followed by a loud, wet gurgle and then silence. The vampire heart was destroyed, and with that, the giant killer’s body turned into dust, leaving only his weapon behind.
It was done; $Name had successfully killed another vampire, not only saving many innocent people but also $his own ass from danger. Now, it was time to return home and get some rest.
The vampire hunter tried to find some clues about how the man had turned into a vampire or any evidence of previous murders in the hideout, but $he found nothing. Only butchering tools, blood-soaked rags, and nothing more . . . not even a phone or a photo from the old times. This . . . didn’t sit well with the $boy; something fishy was going on, but $he couldn’t do anything about it for now.
On $his way out, the $boy grabbed the axe that was still lying on the floor. It would work as a memento of the fight or just as a really nice weapon to have around. $He could hate the method of the crazy vampire, but that was a decent tool.
$Name gain:
Butcher Axe: A big fireaxe coated in dry blood. Cost 4 AP, deals damage equal to your Physique + 25% Physique plus other melee bonus, deals [[Bleed]] charge and count equal to your Physique and the chance to hit is equal to 1d20+ Dexterity plus other bonus.
<<set $VampireKilled to true>>
<<set $Axe_Burchering to 1>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>A jolt of pain coursing through $his body at 00:00 gave start to the changes. $Name knelt in the center of $his bedroom, $his body trembling as $he embraced $himself, almost trying to dig out the abomination throbbing under $his skin. $He could sense it, all that violence accumulated from so many murders finally manifesting in $his blood.
If $Name behaved like a monster, $he would become one.
Muscles twisted, $his spine snapped and reformed to accommodate $his expanding frame, and $his bones cracked to allow $him to grow not only taller but also wider. Each violent transformation was a mirror of what $he had done to others; for each kill, an equal amount of pain was given, but this felt, in some way . . . good.
It was change, it was power, it was $his body leaving the weak frame of a human behind to evolve into something stronger. Humanity had only given $him problems $his whole life, but now? This curse . . . this blessing, was opening the gates for something more; $he was stepping off the path of ultra violence. A world where only the strongest survived, and that goal seemed so pure, so simple, that the vampire could avoid getting seduced by it.
This pain, these changes, were just steps on this crimson road.
The $boy ’s jaw ached, and each of $his normal teeth began to fall and be replaced by long fangs dripping with white-hot saliva, $his ears stretched into sharp points, and $his skin became more leathery, like an inbuilt armor that protected $him from damage. Finally there was a change in $Name 's eyes; what was a black dot called a pupil elongated and became a vertical slit.
$Name slowly got up, $his new form towering over what had been $his past life. $He was bigger, stronger, hungrier, and most importantly, hornier. Slowly $he was becoming less of a boy and more of an animal, and that felt extremely good. Maybe $he was born to turn into a monster.
The guideline inside $his brain flared for a second, giving $him all the information $he needed.
<<nobr>><figure class="table"> <table> <tbody><tr> <td style="background-color:hsl(230, 8%, 15%);border-color:hsl(340, 82%, 52%);border-style:solid;"><span style="color:rgb(255,255,255);"><span><strong>Nosferatum</strong>:A nosferatu is a type of vampire that has chosen to indulge in the mutations and abominable side of their curse. They have decided not to let themselves be devoured by the beast that lurks inside their blood but to devour instead, becoming an apex predator. The evolution turns them more inhuman with longer teeth, pointy ears, and, in most cases, makes them bigger and bulkier.</span></span> </td> </tr> </tbody> </table></figure><</nobr>>
Now, passing as a normal human would be a little bit harder; using glasses to hide $his eyes and hats to obscure $his ears would be an excellent idea.<<nobr>>
<<set $Evolution to "Nosferatum">>
<<set $BloodCost to 2>>
<<set $Max_Energy to 20>><</nobr>>
</p></td></tr></tbody></table></figure>
<hr>
<<if $Alex_Soul == 0 || $Zoey_Soul == 0 || $Gwen_Soul == 0>>[[Continue|Reaction_Evolution_Nosferatum]]<<else>>[[Return|Main_Hub]] <</if>>
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name was in the bathroom looking at $himself in the mirror, just washing $his teeth more as a habit than a need. Well, it helped with $his bad breath that smelled like blood after $he fed. However, there was something strange happening this time.
When $he spat the frothy white mixture of saliva and toothpaste into the sink, it was red. It should be so sensitive that a simple toothbrush would damage $his gums . . . not since $he turned into a vampire.
Then more blood came from $his lips, a thick blob of crimson mingled with the white foam, splattering red in an inhuman way. There was just too much of it; it was too thick, and before $he could realize . . . the blood looked . . . strange.
There were people in the blood spiraling down the sink. The silhouettes of each person $he had fed on were there, dancing toward the black hole in the middle of the sink. $He could see them, each living thing that $he had consumed, moving, running, some of them with euphoric joy and others with pure, undiluted horror on their faces.
Their voices sang to $him, so sweet, so mellow, so perfect, a chorus of pure pleasure and pain. Such a wonderful song that made the vampire shiver and cry from the symphony coming out of $his blood; it was no longer in the sink, and $he could hear it inside $his bloodstream, each beat adding another verse.
One hand after another touched $his body, caressing $him with the warmth that $his undead flesh did not have. Why should $he stop? Why should $he not collect more people? Why should $he not spread $his gift?
The wish of $his soul reflected on $his flesh as each imperfection on $his physique was purged out in another thick expulsion of blood from $his lips. Not only did $his face and body change, but also $his smell and even $his voice, becoming more charming and made to lure people into the perfect harmony that $his plague spread.
When it was done, the now glorious vampire looked at $himself in the mirror to check the changes, but there was nothing. $His reflection was gone, not as a curse but as a mere fact that a simple piece of glass was no longer able to depict $his otherworldly beauty.
The guideline inside $his brain flared for a second, giving $him all the information $he needed.
<<nobr>><figure class="table"> <table> <tbody><tr> <td style="background-color:hsl(230, 8%, 15%);border-color:hsl(340, 82%, 52%);border-style:solid;"><span style="color:rgb(255,255,255);"><span><strong>Vampyr</strong>:For those vampires that want to become the rulers of the night without giving up their humanity, they evolve into Vampyrs. The changes are insidiously subtle, not making any visual change on them, but in reality, they begin to become living cognito threats. Each sliver of information that their bodies make is now tainted with subtle messages that twist the will of others around them. Most people will see it as just a natural charisma and not what it is. They also become naturally more beautiful, their faces becoming symmetrical, losing any imperfection on their skin, and even their smell becoming pleasant to be around.</span></span> </td> </tr> </tbody> </table></figure><</nobr>>
With $his glorious ascension, it was time to bless more people with the glorious joy of becoming $his thralls.<<nobr>>
<<set $Evolution to "Vampyr">> <<set $Thralls to 0>>
<<set $BloodCost to 2>>
<<set $Max_Energy to 20>><</nobr>>
</p></td></tr></tbody></table></figure>
<hr><<if $Alex_Soul == 0 || $Zoey_Soul == 0 || $Gwen_Soul == 0>>[[Continue|Reaction_Evolution_Vampyr]]<<else>>[[Return|Main_Hub]] <</if>><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
It was a cold night when $Name was walking on the streets searching for prey when $he heard it in the distance. A strange sound that sent chills through $his spine . . . something strange for a vampire to say, to say the least.
The sound slowly grew louder and louder until the $boy could recognize it as a trumpet. A reverberation so loud, so potent, so overwhelming that $he felt $his fangs breaking, $his bones quaking, and even $his eardrums exploding. However, it was nothing compared to what $he felt inside, in $his guts, on the beats of $his heart; from the systole to the diastole, the sound was shaking $his very core.
$He was afraid; it was the kind of thing one could imagine happening at the end of the world, but around $him, the buildings were fine, not a single window was broken, the plants were still, and even the rats in the alleyway were scattering around eating trash like always.
No, this symphony was just for $him.
Was $Name being attacked? That was the first thought that crossed $his mind, but why? $He had restricted $his vampiric powers as much as $he could. $He hadn't drunk blood from humans; the $boy had even gone as far as to protect the city from $his own kind. Why was $he getting . . .
Then it happened; $he saw it.
$Name saw a cross, something from a religion, maybe? The vampire could not recognize even where $he was now. It was so burning cold; things like space and time lost their meaning as $his head felt as if it was about to explode, and the holes where $his progenitor had infused their putrid blood began to bleed.
$Name could feel it, the spines biting into $his scalp, the whips biting chunks of skin, and finally, the spear, the spear that slowly opened a path between $his ribs and landed on $his heart.
The instant the iron fang stabbed $him, it reignited $his heart.
$He quickly got up off the floor feeling strange; $his whole undead body felt . . . uncomfortably alive. $Name was still undead, but $his skin had regained some of its old brightness, and most importantly, $his heart was beating inside $his chest without problem. The vampire didn't need to be forced to move or anything.
The guideline inside $his brain flared for a second, giving $him all the information $he needed.
<<nobr>><figure class="table"> <table> <tbody><tr> <td style="background-color:hsl(230, 8%, 15%);border-color:hsl(340, 82%, 52%);border-style:solid;"><span style="color:rgb(255,255,255);"><span><strong>Martyr</strong>:
Such a pious road that the vampire had chosen to walk. The martyr is a person who fundamentally rejects their cursed nature and actively fights against it, choosing to bare their fangs against their own kind. When they evolve, they become more human, unable to be distinguished from normal humans by normal science, as they can mimic a heartbeat, sweat, breathing, and all other unnecessary bodily functions perfectly. The embracing of their humanity has left them incredibly adapted to evolve and grow stronger by mundane methods.</span></span> </td> </tr> </tbody> </table></figure><</nobr>>
$He had evolved into something more human than vampire. Maybe this was part of the process to cure $his curse? But was that a vision? <<nobr>>
<<set $Evolution to "Martyr">>
<<set $BloodCost to 0.5>>
<<set $Physique_Discount to $Physique_Discount -0.1 >>
<<set $Perception_Discount to $Perception_Discount -0.1 >>
<<set $Dexterity_Discount to $Dexterity_Discount -0.1 >>
<<set $Charisma_Discount to $Charisma_Discount -0.1 >>
<<set $Intelligence_Discount to $Intelligence_Discount -0.1 >>
<<set $Max_Energy to 20>><</nobr>>
</p></td></tr></tbody></table></figure>
<hr><<if $Alex_Soul == 0 || $Zoey_Soul == 0 || $Gwen_Soul == 0>>[[Continue|Reaction_Evolution_Martyr]]<<else>>[[Return|Main_Hub]] <</if>><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
The vampire's huge maw opened wide, becoming a black abyss in this dark night and moving with such speed that dozens of razor-sharp fangs were nothing but a blur. With a wet, ripping sound, the teeth sank deep into $his prey's flesh, tearing through skin, muscle, and sinew as a knife through butter.
A scream was cut short as the creature's jaw bit harder, crushing any bone in $his way as the man's body convulsed in $his merciless grip.
Blood splattered all over the place with wide arcs, making loud dripping sounds as they touched the ground. However, the nosferatu didn't care; $he kept moving $his head sideways and ripped free a big chunk of neck. Wilson swallowed as $his throat was easily gulping down not only the flesh and blood but also each sliver of the soul of that man.
In just a few seconds, what was a living person was reduced to a broken mess of dry bones that quickly turned into ashes as the vampire finished $his food.
<h3><span><strong>You gain 6 blood.</strong></span></h3>
<<if $Energy + 6 <= $Max_Energy >>
<<set $Energy to $Energy +6 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
</p></td></tr></tbody></table></figure><hr>[[Next.|Soul_Sucking]] <figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name ‘s watched $his prey helplessly trying to escape as the vampire had completely overpowered them, but $he was not looking to take their life. No, $his goals were more insidious, as it was time to spread $his gift to this poor victim.
$He grabbed $his future thrall by the neck, using $his supernatural gaze to peer into the soul of $his victim. The cognitive infection that the vampire had become began to break in, slowly but surely flooding mind and soul and twisting it to $his whims.
What was it that broke the will of others and made them serve $him? A virus? A toxin? A brain parasite? No, it was something a lot more simple: straight-up information tainted with $his curse.
Each second that passed, each second that $his target was forced to look into $his eyes and into the depths of $his soul. Even trying to close one's eyes was futile, a thin layer of skin was not enough to stop that piercing gaze.
Kicks, screams, from hands struggling to break the grasp to tears of fear, everything was gone in a few minutes. Where fear was, only adoration remained.
<h3><span><strong>You gain 3 blood.</strong></span></h3>
<<nobr>>
<<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<set $Thralls to $Thralls +1>>
<<set $Servants_daily_blood to $Servants_daily_blood+1>><</nobr>>
</p></td></tr></tbody></table></figure>
<hr>
[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><<nobr>>
<<if $Alex_1 == true && $Alex_Soul == false>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex and $Name were chilling in $his bed after the vampire dumped another load of supernatural cum inside her pussy when the girl made a question. "Hey, may I ask you a question?" she asked while feeling the thick semen oozing from her gaping cunt. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Yes?" $He asked, getting hard again from just being near that fat ass. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">"Do you dream?" Alex asked and looked $him right in the eyes. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"What?" $Name asked back, confused by the question. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">"I was always curious. When you sleep during the day, do vampires have dreams?" She repeated the question; it was just pure curiosity. </td> </tr> </tbody> </table></figure>
<br>
That was an interesting thought. Since $he had been turned into a vampire, $he couldn't remember if $he had dreamt about something. Well, that was until last night when the truck struck $him in the middle of the street.
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Well, yesterday I had this weird dream about, like, eating popcorn in the shower, and then I was late to my math exam, so I jumped onto the train and rolled toward a new roller coaster," the vampire answered with the nonsense $he dreamed the last time. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">"So, normal dreams, got it," Alex said, a little bit surprised by such a normal answer. </td> </tr> </tbody> </table></figure>
<br>
<</if>>
<<if $Zoey_1 == true && $Zoey_Soul == false>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey took a few seconds to look at $him, her expression strangely contemplative. "Hey, you sound . . . more alive?" she finally asked, breaking the silence. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"What do you mean by that?" $He muttered, not getting that question. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">"Yeah, like I heard your heart beating a lot more normally than usual, like more . . . regular?" She narrowed her question, asking about the beating coming from the $boy 's chest. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Oh yeah, I got a fucked-up vision, and then I felt different, less vampire," $Name confessed. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">She nodded. "Must be some divine reward for killing that idiot that was shaking the boat; my cousin also got something similar from hunting a vampire a few years ago," Zoey answered, talking from personal experience. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Wait? How did she kill a vampire?" $Name asked, alarmed that she knew someone that could just kill a vampire like $him. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">"Styrofoam and gasoline, a lot of them. You can hide from the sun in your home if there is no home," she said with a matter-of-fact tone, as if it were something obvious. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$He nodded. "Yeah, that makes sense," $Name finally added. </td> </tr> </tbody> </table></figure>
<br>
<</if>>
<<if $Gwen_1 == true && $Gwen_Soul == false>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">"Oh, did you evolve?" Gwen asked, raising an eyebrow. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Yes? I think? I am feeling better if, well, you considered my condition a disease," $Name answered, looking at $his hands. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">"Interesting, it is the first time I've seen a vampire getting better. Normally as they get stronger they get . . . freakier," the witch muttered and rubbed her chin. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Like what?" $He asked, confused by the possible variations of $his curse. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">"Well, the kaiju attack that happened in New York last year, that snake tentacle thing that came out of the sewers, comes to mind," she reminded $him of that particular catastrophe. Colossal dark green tentacles burst out of the sewers of the city, covered in scales and teeth; in each articulation there was another maw drooling for the blood of the living. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"That was a vampire? I thought it was just like, you know . . . a normal mutant," the vampire mumbled, lost for a second in the idea of becoming a kaiju-sized monster. It would be kind of hard to fuck girls in that state, but $he was sure that Gwen would find a way to do it. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">"No, no, no, it was a vampire, and an extremely dangerous one. Lucky they had some heavy hitters on standby to fuck him over," she quickly explained. Mutants could be destructive, but this mass casualty incident was not their fault. </td> </tr> </tbody> </table></figure>
<</if>>
<<if $Karen_1 == true && $Karen_Soul == false>><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">Karen hadn't noticed $Name 's changes at all. They were just in her apartment; she showed $him her great collection of weapons hanging from her walls. “Well, it seems that you have good taste; that is my collection of katanas and naginatas, and I even have a kanabo!” she exclaimed while grabbing a big chunk of metal that looked like a black baseball bat with spikes all over it.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“They don't look . . . that . . . durable . . .” $Name muttered as $he took a closer look; they all looked like cheap ninja mall weapons.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Of course not! They are each replicas of special editions from my favorite characters! Imported straight from Japan!” Karen answered and pointed to the tiny label on the base of it that had a lot of information written in Japanese.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">The weeb was actually quite eager to show $him her collection as she gave $Name the kanabo to hold while pointing at the other weapons on display. “Look, this is the kanabo of Faidu, each single one of the three origin versions of the protagonist of Lye! Not the ones from the shitty rushed arc of the manga. Fuck, I hate that part so much,” she grumbled.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$He quickly noticed that the club was empty inside; it was practically a balloon of the cheapest steel. “So you increased the rent to get those . . . replicas?” $Name asked, more confused than angry.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Yeah, import tariffs are biting my ass harder than you,” Karen finally said.</td> </tr> </tbody> </table></figure><br>
<</if>>
<</nobr>></p></td></tr></tbody></table></figure><<if ($Zoey_1 != true || $Zoey_Soul == true) && ($Gwen_1 != true || $Gwen_Soul == true) && ($Alex_1 != true || $Alex_Soul == true) && ($Karen_1 != true || $Karen_Soul == true) >><<goto "Main_Hub">>
<</if>>
<hr> [[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><<nobr>>
<<if $Alex_1 == true && $Alex_Soul == false>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex was frozen in place when she saw $Name walking into the room. "Oh my . . . you look so hot in person . . ." she mumbled, her eyes widening and a string of drool coming out of her mouth. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"In person?" $Name asked, a little confused.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">"Well, I was just, you know . . . checking on you with my bugs, and when I saw the changes in your body, I almost crashed into a lamppost," the bookworm confessed while blushing a bit. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$He blinked a few times. "Do you stalk me with your bugs?" the vampire asked, a little paranoid about any bee or fly that was near $him. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">"What?! No! It is just more like . . . I was just checking if you were alright, like calling you on the phone, but you need to answer! It is a lot more efficient this way!" Alex excused herself while making a nervous laugh. </td> </tr> </tbody> </table></figure>
<br>
<</if>>
<<if $Zoey_1 == true && $Zoey_Soul == false>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">"What the fuck happened to you?" Zoey screamed, literally drooling while looking at the $boy 's new body. She was almost hypnotized by the new type of perfection oozing from each inch of $his undead skin. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"I got some improvements," $he answered with a smile, enjoying the way the girl was undressing $him with her eyes. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">"Fuck! If I could eat you, I would sew my ass shut just so I couldn't shit you out," she finally said after a few seconds of silence, stealing any kind of enjoyment $Name had from this. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"That . . . is a compliment," $he mumbled with a dismissive tone. </td> </tr> </tbody> </table></figure>
<br>
<</if>>
<<if $Gwen_1 == true && $Gwen_Soul == false>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">"Sup? Wow, did you get hotter? Like, supernatural hotter?" Gwen immediately caught the changes in $Name 's body. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Yes, I evolved into this form," $he confessed while the girl moved closer, inspecting $him with something other than pure lust. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">She nodded a few times and then rubbed her temple. "It seems that you are a Vampyr; fuck, those dudes are dangerous," the redhead mumbled, trying to remember something important. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Why? Because we can kinda mind-control people?" $he asked, as the vampire could now feel $his curse infecting each word coming out of $his mouth and each photon of light that crashed against $his skin and bounced back toward the retinas of observers. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">"No, because . . . fuck, I cannot remember," Gwen said, closing her eyes and trying to remember but then giving up and shaking her head. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Why?" $Name inquired again, puzzled by the strange holes in her memory. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">"Honestly, I think it is a cognitive problem when some chunk of information about someone or something becomes a danger . . . like a computer virus but for your brain; the most effective way to deal with it is deleting it," Gwen explained, giving more clues about what could have happened the night $he turned into a vampire. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Hmmmm, so you deleted what you knew about this type of vampire?" $He asked again. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">"Or someone deleted it from me. Mass-scale mind wipes are protocols; we had one last month, but they keep them from public knowledge because, well, people would freak out," the redhead answered with a matter-of-fact tone. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"What?! I don't remember that!" the vampire exclaimed. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">"Exactly," Gwen finally said. </td> </tr> </tbody> </table></figure>
<br>
<</if>>
<<if $Karen_1 == true && $Karen_Soul == false>>
<<if $Karen_Is_Sub == true >>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“What the fuck did you do? You look amazing . . . so beautiful . . .” Karen muttered, her eyes widening at the presence of $Name.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“You like it that much? Good, because you will be looking at this face a lot while you suck my cock, you fucking hag,” the vampire said with a dominant tone while groping her fat ass.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Please, master! Use my mouth as your cum toilet,” she squealed, pulling out her tongue and making two peace signs with her fingers.</td> </tr> </tbody> </table></figure><br>
<<else>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“What the fuck did you do? You look amazing . . . so beautiful . . .” Karen muttered, her eyes widening at the presence of $Name.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$He beamed a smile at her and shot a finger gun at the hag. “Well, thanks! You also look good,” the $boy purred, already getting hard from seeing the woman in those tight pants.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">Karen blushed for a moment. “Awwwwww, you know how to make an old hag fluster. Gonna suck your dick as a reward,” the lady answered with a big grin.</td> </tr> </tbody> </table></figure><br>
<</if>>
<</if>>
<<if ($Zoey_1 != true || $Zoey_Soul == true) && ($Gwen_1 != true || $Gwen_Soul == true) && ($Alex_1 != true || $Alex_Soul == true) && ($Karen_1 != true || $Karen_Soul == true) >><<goto "Main_Hub">>
<</if>>
<</if>>
<</nobr>></p></td></tr></tbody></table></figure>
<hr> [[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><<nobr>>
<<if $Zoey_1 == true && $Zoey_Soul == false>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">"Holy shit, what happened to you? You look . . . hotter," Zoey muttered, looking at the vampiric chunk of pure bestial might near her. One of her fingers reached out to touch $his cheek, almost teasing those teeth. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Are you really into this kind of stuff?" $Name answered, groping her fat ass and pulling her closer. The $boy 's massive maw opened, showing her the full extent of $his evolution. </td> </tr> </tbody> </table></figure>
<br>
The woman bit her lower lip and moved closer, getting her face drenched in the thick saliva oozing from that maw and that hot breath that felt like the doors of hell had opened for her.
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">"Well, Master . . . what big teeth you have!" she purred, already feeling her cunt getting wet. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"The better to eat you with," the vampire finally said before tongue-fucking her throat with a kiss. </td> </tr> </tbody> </table></figure>
<br>
<</if>>
<<if $Alex_1 == true && $Alex_Soul == false>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex widened her eyes, enthralled by the massive change in the $boy. "Wow! You evolved?! Can vampires do that? Look at how big your teeth are and your ears!" She exclaimed, beaming with pure curiosity. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Is it gonna be a problem?" $He asked, as $his new appearance was grotesque, to say the least. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">"Nah! I am like . . . actually . . . kinda interested in how it would feel, you know . . . having a kiss . . . " the nerd muttered while blushing and looking down at the floor. After all, she had read a lot of monster erotica to prepare for this eventuality. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Like, I could tear your whole face off with those fangs if I want . . . kissing you from now on is like putting a knife to your throat each time," $Name explained, not trying to seduce her, but each word that came out of $his maw made the girl visibly wetter and her panties wetter. </td> </tr> </tbody> </table></figure>
<br>
<</if>>
<<if $Gwen_1 == true && $Gwen_Soul == false>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">"Oh neat, you became a Nosferatum," Gwen said with a matter-of-fact tone the second that she saw the changes in $Name 's body. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Do you know about them?" $He asked, expecting that she would be a little more surprised by $his appearance. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">"Yeah, the last time that the government used them was in the Philippines around 50 years ago. They grabbed a bunch of insurrectionist soldiers, infected them, drugged them, and then unleashed them on the population," the witch shared a neat piece of trivia with $him. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">She made a small pause and continued, trying to remember the details. "Most of them are vampires; they force them into this evolution by force-feeding whatever the CIA could get their hands on. Orphans, whores, people that were too left-leaning, etcetera," Gwen added. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">"Really? When will that information become public?" $Name asked, knowing that $his fear of the government was completely justified. </td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">"About 5 years ago we got declassified; we can rest assured that all the people involved in these horrible acts got their proper punishment in front of the law," the girl finally said, and both shared an ironic laugh at the end of the sentence. </td> </tr> </tbody> </table></figure>
<br>
<</if>>
<<if $Karen_1 == true && $Karen_Soul == false>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">Karen froze the second that she saw $Name 's new shape; those teeth made a cold bead of sweat come down her forehead. “Holy fucking shit, you look . . . terrifying . . .” she mumbled, shaking for a moment and her loins going wet.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Did you . . . piss yourself?” the vampire asked, looking at how a thin translucent river of pussy juice was traveling all the way from her loins to the floor.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">She shook her head. “No . . . I am just getting wet from imagining those fangs around my neck . . . fuck, I hope you get more monstrous. I want you to fuck me like Kunoichi of the Big Tit Village vs. Demons 3,” Karen explained, just remembering those massive dick monsters destroying Japanese women. She knew that $Name had the tool to do that.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Never saw that one,” the $boy confessed.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“You need to be more specific. We can watch them while I suck your dick,” she offered, pointing to the big TV screen in the room and the sofa already impregnated with their stench from constant fucking.</td> </tr> </tbody> </table></figure><br>
<</if>>
<</nobr>></p></td></tr></tbody></table></figure><<if ($Zoey_1 != true || $Zoey_Soul == true) && ($Gwen_1 != true || $Gwen_Soul == true) && ($Alex_1 != true || $Alex_Soul == true) && ($Karen_1 != true || $Karen_Soul == true) >><<goto "Main_Hub">>
<</if>>
<hr> [[Return|Main_Hub]]<<set $Enemy_Hp to 12>>
<<set $Enemy_Avatar to "SanguisExHeroImages/Avatars/ThugShotgun.png">>
<<set $Enemy_AP to 2>>
<<set $Enemy_AC to 10>>
<<set $Enemy_Melee_Damage to 8>>
<<set $Enemy_Chance_To_Hit to 10>>
<<set $Max_Enemy_AC to 15>>
<<set $Enemy_Armor to 0>>
<<goto "Combat_Main_Loop">>
<<set $Enemy_Name to "Shotgun Thug">><<set $Enemy_Hp to 16>>
<<set $Enemy_Avatar to "SanguisExHeroImages/Avatars/ThugHammer.png">>
<<set $Enemy_AP to 2>>
<<set $Enemy_AC to 10>>
<<set $Enemy_Melee_Damage to 16>>
<<set $Enemy_Chance_To_Hit to 10>>
<<set $Max_Enemy_AC to 15>>
<<set $Enemy_Armor to 3>>
<<goto "Combat_Main_Loop">>
<<set $Enemy_Name to "Hammer Thug">><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
Blood was pouring from the sky, thick and syrupy crimson beads of red . . . wait . . . this was red syrup. Honestly, the villain's schemes were becoming more and more silly each day that passed with the increase of unrest in the city. Especially after the whole incident with the vampire serial killer going around.
A lot of nasty people had taken advantage to push the level of shenanigans to a new level, and this was just another case.
So, there it was, $Name hunting for a new prey on this horrible night. Everything was sticky from $his arms to $his legs; each single fiber of $his clothes was stained by the red artificial sweetener. It would be a pain in the ass to wash it, but there was no time to be picky as $he needed to go down to the low streets and sink $his fangs into something.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ThugHammer.png" class="ImageBorder" id="hp">It took $him a few hours to find $his target, but $he finally did. Something that looked too big for $him to deal with, taking refuge inside an abandoned liquor store completely drained of all its alcohol. The only thing that could barely identify it as one was the sun-bleached sign on the front.
He was tall, at least two meters, and armed with standard biker gear: a black hoodie jacket, a helmet that gave him some protection, and most importantly, a big sledgehammer resting on his shoulders.
"What was that? . . . Who the fuck is there! Come out! Now!" He yelled, grabbing and gripping his weapon so hard that veins became noticeable. An invitation to drink if $Name had ever seen one.</td> </tr> </tbody> </table></figure></p></td></tr></tbody></table></figure>
<<nobr>><<if $Soul_Voyeur != false>>
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/HammerSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Hammer thug soul </h4> Souls of particularly physically strong humans that ooze extra endurance. Their vitality can be used to reinforce the skin of the vampire with an endodermal layer of ectoplasmic force. For each level of this soul, you gain +1 armor.
</td></tr></tbody></table></figure><</if>><</nobr>>
<hr><<set $Enemy_Name to "Hammer Thug">>[[To the combat! |InitCombat]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
There were a few interesting questions and important questions to ask. For example, why was society keeping stability after centuries of super-powerful individuals doing what they wanted? Why did the bee fly even if it couldn't? Or, more important for this current situation, why was $Name stuck in the middle of a burning building with a single dude between $him and the exit?
Things got crazier and crazier that night until eventually, the vampire was facing this man with a short shotgun, a gas mask to filter the smoke, and an old army helmet, shooting, trying to kill $Name. With his red hoodie covered in soot and dirt, the man reloaded another shell into his weapon and looked for $Name between the wooden boxes.
Knowing full well that vampires were weak to fire, like 90% of living things, the dude had set the whole place on fire and now was trying to corner the $boy in the burning warehouse.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ThugShotgun.png" class="ImageBorder" id="hp">With all the windows barricaded with wood, there was nowhere to run. "Come out, you bloodsucking bastard! I will fucking shoot your ass off!” the man yelled, and then another shot roared through the burning structure.</td> </tr> </tbody> </table></figure></p></td></tr></tbody></table></figure>
Maybe it was a lack of fear for whatever the thug could do or he had truly gotten one hand up on $Name, but that didn't matter right now. The only thing that the vampire cared about now was hunting $his prey and then getting out of this place alive. Given the way that the fire spread, $he had at most five minutes before the flames became a problem to $him, more than enough time to deal with this smartass.
<<nobr>><<if $Soul_Voyeur != false>>
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/ShotgunSoul.png" class="ImageBorderAvatars">
</td><td>
<h4>Shotgun thug soul </h4> Souls of humans that had decided to take extra measures to defend themselves on the cold nights of the city. For each level of this soul, you gain +1 damage while wielding weapons with the word "shotgun" on them.
</td></tr></tbody></table></figure><</if>><</nobr>>
<hr><<set $Enemy_Name to "Shotgun Thug">>[[To the combat! |InitCombat]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<set $Days to $Days+1>>
<img src="SanguisExHeroImages/Sex/Karen/KarenRep.png" class="ImageBorder" id="hp">
Anime plushies flew all over the place as $Name fucked Karen with a mating press on her massive bed, each wet slap mixing with loud moans as the fat balls of the vampire slapped against that tanned ass over and over. $He raised $his speed until eventually Karen closed her legs around $his waist, and $he drained another viral load of corrupting cum right into that well-used mature pussy until it leaked from her cunt down to her asshole.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Fuuuuuuuuuuuck . . . I can't feel my legs . . .” Karen groaned, her fat legs shaking and covered from head to toe with sweat. The woman was not in bad physical condition for her age, but . . . this was a lot more cardio than she was used to.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name took a deep breath and slapped those fat tits after being done with her. “Take a 30-minute break; you shouldn't overwork yourself at your age . . .” $he said as the hag needed some time to catch her breath.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">
She clicked her tongue, annoyed. “Tsk . . . I am only 40 . . . fine, I need to catch up with this season's releases,” Karen barked and grabbed the TV remote and switched the hardcore hentai blasting on the screen to something more PG.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“What do you watch?” The $boy said and sat on the edge of the bed.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Oh, I like shonen . . . not a big seinen girl . . . like, it is kind of cringe that they use sexual assault and gore to make their stuff look more mature,” she mumbled with a tired tone, still feeling the potent seed of the boy draining from her cunt.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I thought women like you would be more into . . . shojo or yaoi,” $Name said honestly, surprised. Honestly, her being a completely degenerate weeb threw $him for a loop in the first place.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">She shrugged. “I am a simple girl; I just want to see cool animated fighting scenes,” Karen answered.</td> </tr> </tbody> </table></figure>
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<nobr>><<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><</nobr>>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>> <</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<set $Days to $Days+1>>
<img src="SanguisExHeroImages/Sex/Karen/KarenRep.png" class="ImageBorder" id="hp">
$Name drained another massive load inside the woman with a mating press on her bed, making sure to keep that old womb filled up to the brim all the time. Each night $he would go there and pummel that hag until she screamed $his name and squirted over $him like the whore she was. More than worthy for keeping the rent of the whole building down. Honestly, they should give $him a prize for fucking Karen so much that she didn't have time to squeeze more money out of them; the only thing she was squeezing was $his cock.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Cosplay?” $Name asked with a curious tone, looking at the sewing machine with a purple leotard half-finished on it and a pair of wings set up on the side.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">Before answering, Karen cracked open a can of Creature and drank it in one gulp. “Yeah, I have a convention next month I want to be ready for; I didn't get these tits to just have them hidden under my suits, and there are dozens of big-boobed badass anime ladies I can dress like!” she yelled after making a deep sigh and throwing the energy drink can on the floor.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Is that hard?” the vampire inquired again, already getting fancy ideas of what $he could wear to go on $his night escapades. Just a little extra that would make $him look better and not like a hobo high on bath salts.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“I am not one of those tourists who only get a random wig on the internet and buy the rest of the cosplay for cheap! I sewed all my clothes myself!” She barked back.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">She took a small break and pointed to one of her props. “The wings are particularly hard,” Karen added.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I . . . never saw that character before,” $Name answered, unable to identify the character, as it was rather generic. The only other clue $he had was an aquamarine wig on a white manikin head nearby.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Because it is not from an anime; it is from a fighting game and then got an anime adaptation in OVA format,” Karen explained with a calm tone, slowly getting up from the bed and walking with a limp toward the sewing machine.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Don't you get asked what character it is?” $He asked, curious since the $boy never had enough money to move in for this kind of event.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Nah, you never ask a cosplayer what character they are disguised as; it is basic convention etiquette,” the woman added, placing the wig on her head and giving $him a V of victory.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Or they are too busy ogling your fat tits,” $Name added and groped those fat milkers as if they were pizza dough.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">She let out a moan and smiled at $him. “I bought them for a reason,” the hag purred while pressing her tits together with her forearms.</td> </tr> </tbody> </table></figure>
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<nobr>><<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><</nobr>>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>> <</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><<set $Days to $Days+1>><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Fuck fuck fuck! I can't get enough of this hag cunt! Cumming again!” $Name yelled, $his hips reaching their peak of speed to then suddenly stop as $he was balls-deep inside Karen.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Ahhhhhhhhhh! Yes! Senpai, breed my ochinchi!” Karen yelled and coiled her legs around the $boy 's waist, ensuring that $he would drain those fat balls inside her womb. Her Japanese, being extremely horrible as always, was truly a sacrilege to any person that had the vague notion of that language.</td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Sex/Karen/KarenRep.png" class="ImageBorder" id="hp">A loud splat sound rumbled through the room as the mating press detonated in a messy explosion of cum directly unloaded into the old hag’s womb. Load after load of thick vampiric seed was deposited in her while she squirted her brains out over $Name 's waist. They stood locked for a moment before the vampire pulled out with a wet pop and let $his seed spill down her cheeks and onto the mattress.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Ah . . . that was good, but do you have to speak Japanese each time you cum?” $Name asked while lying on her side.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">She let out a deep sigh, feeling that extra-thick vampiric cum oozing from her pussy. “Hey . . . don't kink shame . . .” Karen muttered, her legs still shaking and riding the remnant jolts of pleasure from her orgasm.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$He shook $his head. “I will shame you for being a shitty landlord,” the vampire teased her.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Well, these assholes are not paying me,” Karen yelled with frustration, looking at her phone and noticing that there were still a lot of unpaid rents in the building.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“It must be hard getting dicked all day and then collecting your checks in the mail,” $Name muttered with a sarcastic tone.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">Karen rolled her eyes. “It is annoying sometimes to deal with shitty tenants, like I have a lot of complaints of noise coming from your floor,” she said and looked at $Name, squinting her eyes.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">The vampire scratched the back of $his head. “I wonder who can be behind it . . . I will try to gag them next time,” $he apologized; honestly, $he liked it noisy, but $he understood that the walls were paper thin.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“They are complaining about your moans,” the landlord barked.</td> </tr> </tbody> </table></figure>
<h3><span><strong>You gain 3 units of blood</strong></span></h3>
<<nobr>><<if $Energy + 3 <= $Max_Energy >>
<<set $Energy to $Energy +3 >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points +$Energy+1 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>><</nobr>>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<nobr>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>> <</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<<nobr>>
<<if $Zoey_1 == true && $Alex_1 == false >>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“What? She increased the rent 30%?! That hoe!” Zoey barked at $Name, her fat ass lying on $his sofa after she took a drink from her water bottle, covered in a thick layer of sweat after riding the vampire for 30 minutes straight.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
$Name nodded, looking at the girl with legs wide open and oozing supernatural seed on the already ruined furniture. “Yeah, this place was already expensive as it was . . .” $he muttered, thinking of a way to fix this.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“You may want to file a personal complaint to her,” the pink-haired girl added and winked at $him.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
“What do you have in mind?” $Name asked, getting hard again from the view alone.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Thehornyvampirewithamind-breakingcocksayswhat,” Zoey said extremely fast.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
“What? Oh, right,” the vampire answered, ready to fix this problem personally.</td> </tr> </tbody> </table></figure>
<br>
<<elseif $Zoey_1 == false && $Alex_1 == true>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">
“Ugh, they increased the rent!” Alex yelled, grabbing her head as things were not going great for the heroine. In the finances department, in the sexual one, she was in heaven because $Name was getting ready to fuck her for two hours.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
“For how much?” the vampire asked while taking off $his shirt and hanging it on one of Alex's apartment chairs.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex bit her lower lip, seeing the naked torso of $Name, but then shook her head. “30%? That is outrageous! It is not even on par with inflation! I think she just wants us to move out and empty the building to sell it or some bullshit like that?” She yelled, grabbing her head and trying to focus on the problem at hand and not on the chunk of meat about to rearrange her guts.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
Can she do that?” $Name said, stopping getting undressed for a moment, as this was . . . a big problem for them. They would move out of this shoebox if they could afford a better place.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Yeah, there is a reason why the contract asked so few questions . . . it is really bad,” Alex said, rubbing her forehead, deep in thought and trying to find a solution that was not . . . that obvious for the police.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
“So, what are we going to do? I can go talk with her,” $he suggested. After all, the vampire had a massive mind-breaking womb fucker between $his legs. Nothing that a little bit of dicking couldn't fix, or maybe something more permanent.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“Sure! Just tell me if you need some blackmail material; I can spy on her if you want . . .” the bookworm added while blushing a little bit, as if this were not a serious crime but something naughty she suggested doing in bed.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
$He nodded. “I will keep that in mind,” $Name finally said.</td> </tr> </tbody> </table></figure>
<br>
<<elseif $Zoey_1 == true && $Alex_1 == true>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“This is bullshit!” Zoey yelled after getting a text message.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex took out her phone, getting the same message. “Yes, we may need to look for a new place,” the nerdy girl added, leaving her UNO cards on Zoey's table. The time for games was over.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">She squinted her eyes and looked at Zoey. “That is not an abandoned building,” Alex added.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Really? You draw the line at squatting? Not stalking, murdering, and cannibalism?” The pink-haired girl barked back.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">She inflated her cheeks like some kind of reptile about to spit poison as a method of defense. “Hey! First! Accidents happen. Second . . . if the bug ate parts of people, that is not cannibalism. I am not the one eating them,” Alex justified her morally grey actions.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“Yeah, but you felt what they felt. You tasted the meat!” Zoey barked back, which is kind of rich coming from a vampire fucker.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">Alex clapped the table and got up from her chair. “Still not cannibalism!” the flesh-eating ”heroine” yelled.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
“Back to the topic, what could we do?” $Name said, focusing on what was important. After all, having a place to hide from the sun was extremely important for $him.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">“You should 100% go talk to her and use your vampiric charms on her,” Zoey said and winked at $him.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“If that doesn't work well . . .” Alex muttered with a nervous smile.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">Zoey rolled her eyes. “You can make her disappear, we get it,” she added, clearly still giving shit to Alex for stacking her +2 cards.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">“What? No! I was thinking of blackmailing her!” the nerdy girl squealed again and shook her head.</td> </tr> </tbody> </table></figure>
<br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“That is . . . I don't think that is better,” $Name finally said and got ready to talk with $his landlord one on one. </td> </tr> </tbody> </table></figure>
<br>
<<else>>
The notification hit $him like a truck. $Name 's rent had increased by 30% from one day to the next, something that would only get worse with time since it was clear that the owner of this place didn't want $him living there anymore. However, instead of removing $him out the legal way, she increased the rent until $he couldn't pay it to squeeze every penny from $him.
<br><br>
Something that $he would not tolerate. So, the vampire decided to pay a personal visit to this woman in order to renegotiate their contract.
<</if>>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Continue|Karen_intro_2]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>It took $Name a few minutes to reach Karen's apartment on the top of the building.It was a part that was actually well maintained and didn't have corridors with their paint peeling off or the stench of hobo piss permeating the walls.
$He knocked on the door, and after checking it was $him through a small camera on that big white door, the landlord opened it.
<<nobr>><<if $Soul_Voyeur != false>>
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/KarenSoul.png" class="ImageBorderAvatars">
</td><td> Karen's soul: A greedy soul that gives the user all her knowledge in managing and investing. Gives you 20% of current money per day thanks to your masterful investing tactics.</td></tr></tbody></table></figure><</if>><</nobr>>
<img src="SanguisExHeroImages/Avatars/KarenAvatar.png" class="ImageBorder" id="hp">For someone in her forties, Karen was a bombshell. Fat ass, massive tits, wide hips, long legs . . . even while wearing a black formal suit made for men, the woman was built to get fucked day and night. It was impressive how that tanned girl, with short blonde hair and piercing blue eyes, didn't have a husband and a few lovers on the side.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“So, $Name was right? What do you want?” She said, squinting her eyes and looking at the $boy with a clearly annoyed look on her face.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“I came here to discuss the new raise in our rent,” $Name said, going directly to the main topic.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">She rolled her eyes. “Yeah, pay it or fuck out; discussion over,” Karen barked and was about to slam the door in $Name 's face.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Be rude to her.|Karen_intro_rude_1]]
[[Be nice to her.|Karen_intro_gentle_1]]
[[Kill her.|Karen_intro_kill]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Listen up, you fucking bitch, you better take it back or else,” $Name snarled, pushing the door open and entering her apartment without Karen's permission.</td> </tr> </tbody> </table></figure>
<<set $Karen_Is_Sub to true>>
$Name got a glimpse of the luxury apartment of the landlord. It was impressive how she managed to get something five times bigger than $his shoebox in that building. There was not a single speck of dust, no stench of leaky plumbing, or black mold. Instead, the place was decorated with expensive furniture and had a beautiful view of the city. The thing that really surprised $Name was the sheer amount of Japanese stuff in here.
Katanas, anime merchandise from big posters to DVDs to a full library of manga and a wall just filled with all kinds of figurines behind a glass wall. From mecha stuff to big-tit anime girls and even some more classic stuff like some old shonen protagonist that $he was too young to fully remember the plot of those shows.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">She chuckled and shook her head. “Or else? What are you going to do? Assault me?” Karen barked at $him, puffing her chest and looking at the vampire right in the eyes, not showing a single shred of fear.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
“I will fuck you into my personal cum toilet,” the vampire threatened, a bulge in $his pants becoming visible as that massive cock was starting to get filled with pure corrupted undead blood.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">Karen looked down for a second, and just the promise of such a cock made her bite her lower lip, her body tensing and her eyes getting glued to $his crotch. “I would like to see you try it,” she teased $him, pressing a single finger over $his chest, poking the bear.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Your funeral,” $Name snarled and then unleashed $his monster cock. A single hand movement, and the fuck pole came out of $his pants, flashing the woman with an immense chunk of vampire power that was already throbbing like a heart and crying a thick translucent poison.</td> </tr> </tbody> </table></figure>
A single drop of precum landing on the fancy carpet was all that $Name needed to mark this place as $his territory.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">Karen's eyes widened, and her pussy was already tainting her panties with a wet spot. “Fuck,” she cursed as that thing was bigger than any of the dildos she had.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Continue.|Karen_intro_rude_2]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Hey! Is there absolutely nothing I can do to lower the price?” $Name asked, $his tone meek and submissive, trying to seduce the old hag.</td> </tr> </tbody> </table></figure>
Karen doubted for a second, looking at $him from top to bottom, about to say no, but the unnatural charisma of the vampire managed to overpower her common sense for a moment.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp"> “Hmmmm . . . get in . . . ” she finally said and let $Name get inside her fancy apartment.</td> </tr> </tbody> </table></figure>
$Name got a glimpse of the luxury apartment of the landlord. It was impressive how she managed to get something five times bigger than $his shoebox in that building. There was not a single speck of dust, no stench of leaky plumbing, or black mold. Instead, the place was decorated with expensive furniture and had a beautiful view of the city. The thing that really surprised $Name was the sheer amount of Japanese stuff in here.
Katanas, anime merchandise from big posters to DVDs to a full library of manga and a wall just filled with all kinds of figurines behind a glass wall. From mecha stuff to big-tit anime girls and even some more classic stuff like some old shonen protagonist that $he was too young to fully remember the plot of those shows.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“You look half decent, so . . . come on, get naked. I need to blow off some steam,” Karen said and then ordered $Name around, biting her lower lip as she went to get more comfortable, sitting on her sofa and crossing her legs.</td> </tr> </tbody> </table></figure>
The vampire nodded and slowly began to get naked, $his body not surprising her at all until $he finally removed $his underwear.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Ok . . . here . . .” $Name finally said and flashed her with that massive, colossal, undead bitch breaker already fully erect.</td> </tr> </tbody> </table></figure>
Just the idea of fucking $his landlord was making the $boy incredibly hard, a drop of virulent precum peeking from $his tip as it landed on the expensive carpet $he was standing on. The smell was so strong and potent that just that was enough to ruin the whole thing, as it would stink of cum for days.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">Karen gulped, her eyes widened for a moment, and then she smiled. “Oh my . . . that is fucking huge . . . ” she muttered.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Yeah, I think we can come to an arrangement . . . if you fuck me silly . . . I will lower the price. Fuck, you can even live for free if you put pounds with that,” Karen finally said before starting to get naked.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Continue|Karen_intro_gentle_2]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$He couldn’t contain himself, seeing her covered in sweat, with that bulging vein in her neck . . . it was too much. The vampire sank $his fangs into Karen's tanned skin and began to drink nonstop, making the woman moan and grunt, gritting her teeth while $Name stole that precious red liquid.
Once $his thirst was sated, $Name retracted $his fangs, making clear that $he didn't want to kill her but just used her as both a blood bag and cum toilet.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Ahhhhhhhh . . . fuck . . . that felt . . . amazing . . .” she managed to say while two thin rivers of blood came out of the holes in her neck that quickly sealed again.</td> </tr> </tbody> </table></figure> <<set $Karen_servant to true>>
<h4>Karen is now your servant; she will give you 1 unit of blood per day for free.</h4>
<h4>You gain $Servants_daily_blood blood points thanks your servants.</h4><<set $Karen_1 to true>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Blood_mutation_points+$Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
</p></td></tr></tbody></table></figure>
<hr><<if $Karen_Is_Sub == true>>[[Continue.|Karen_intro_rude_5]] <<else>>
[[Continue.|Karen_intro_gentle_5]] <</if>><figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>Without waiting a second, $he slammed her down on the expensive leather couch, ripping her suit like a feral animal and making those fat tits spill out, showing those black nipples already rock hard and her perfectly shaved pussy soaking wet.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Fuck! If I had known that you were such a slut, I would have fucked you early!” $Name yelled and then grabbed her legs and folded her like a pretzel, shoving her ankles behind her ears and giving her a nice mating press.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Shut up, you fucking poor, and break my pussy!” Karen yelled when she felt that fat cockhead kissing the entrance of her wet slit, and with a single thrust, $he went balls-deep into her with the same strength of a battering ram.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Nhhhhhhhhg! Fuuuuuuuck!” Karen screamed as the massive meat pillar stabbed her now-ruined pussy so far that it had penetrated her cervix.</td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Sex/Karen/KarenSex1.png" class="ImageBorder" id="hp">
$Name slammed $his hips down as fast as $he could, taking $his sweet time to completely obliterate that cunt, fucking her with rage instead of love. $He made the wet sounds of flesh slapping flesh echo through the fancy apartments, railing her without mercy and smacking $his fat balls against that tanned dumptruck nonstop.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Are you gonna lower the rent?!” $Name yelled at her while thrusting nonstop, claiming her womb with $his big vampiric cock and feeling those fat tits rubbing against $his chest.</td> </tr> </tbody> </table></figure>
Karen’s eyes rolled to the back of her head, her tongue was out of her mouth, and with each thrust she was splattering her fancy couch with her pussy juices.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp"> “Yeeeeeeeees! Whatever! Destroy my rich pussy with your massive fuck pole! Don't stop, you bastard!” She yelled while her fat ass jiggled like Jell-O from each powerful hip strike.</td> </tr> </tbody> </table></figure>
$He leaned down harder, crushing her body under $his weight as thick translucent precum mixed with her pussy juices, creating a white foam at the friction point between the two. The vampire railed without mercy for minutes until $he and the couch were reaching their limits.
$Name 's pace reached its limit, and $his hips moved like a blur, hammering down her fuckhole until both were about to cum. Karen was the first to break as her pussy exploded, squirting her girl cum all over $his torso while her whole body shook.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Fuuuuuuuuuck! Yes! Use me like the walking cumdump I am!” She yelled, pulling out her tongue and crossing her eyes as $Name went balls-deep into her mature cunt and exploded even harder than her.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Breed.|Karen_intro_rude_breed]]
[[Don't breed.|Karen_intro_rude_no_breed]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Your conditions are . . . acceptable,” $Name said, and $he put her down on the expensive leather couch after getting completely naked, taking $his time to ogle those fat tits with dark nipples, already rock hard, and that perfectly shaved pussy soaking wet.</td> </tr> </tbody> </table></figure>
$He grabbed her legs and folded her like a pretzel, shoving her ankles behind her ears and giving her a nice mating press.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Come on, you fucking poor manwhore, and fuck your landlord's pussy!” Karen yelled when she felt that fat cockhead kissing the entrance of her wet slit, and with a single thrust, $he went balls-deep into her with the same strength of a battering ram.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Nhhhhhhhhg! Fuuuuuuuck! Yeah! Better than the coins you give me each month!” Karen screamed as the huge meat pillar stabbed her now-ruined pussy so far that it had penetrated her cervix.</td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Sex/Karen/KarenSex1.png" class="ImageBorder" id="hp">
$Name slammed $his hips down as fast as $he could, taking $his sweet time to completely obliterate that cunt, fucking her as if each stroke was a buck less $he had to pay in rent. $He made the wet sounds of flesh slapping flesh echo through the fancy apartments, railing her as if $his financial future depended on it and smacking $his fat balls against that tanned dumptruck nonstop.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Are you gonna lower the rent?!” $Name yelled at her while thrusting nonstop, claiming her womb with $his massive vampiric cock and feeling those fat tits rubbing against $his chest.</td> </tr> </tbody> </table></figure>
Karen’s eyes rolled to the back of her head, her tongue was out of her mouth, and with each thrust she was splattering her fancy couch with her pussy juices.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Yeeeeeeeees! Just keep pounding me like that! Don't stop, you bastard!” She yelled while her fat ass jiggled like jelly from each powerful hip strike.</td> </tr> </tbody> </table></figure>
$He leaned down harder, crushing her body under $his weight as thick translucent precum mixed with her pussy juices, creating a white foam at the friction point between the two. The vampire railed without mercy for minutes until $he and the couch were reaching their limits.
$Name 's pace reached its limit, and $his hips moved like a blur, hammering down her fuckhole until both were about to cum. Karen was the first to break as her pussy exploded, squirting her girl cum all over $his torso while her whole body shook.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp"> “Fuuuuuuuuuck! Yes! Keep going! Don't stop!!” She yelled, pulling out her tongue and crossing her eyes as $Name went balls-deep into her mature cunt and exploded even harder than her.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Breed.|Karen_intro_gentle_breed]]
[[Don't breed.|Karen_intro_gentle_no_breed]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Wha-” Before she could finish the sentence, $Name had struck her on the head with $his fist, making the woman fall on the ground, completely confused about what had just happened.</td> </tr> </tbody> </table></figure>
The iron-like taste of blood burst inside her mouth, but any thought was interrupted as $Name quickly jumped over her, bit her neck, and began to suck her blood.
Karen froze, strength leaving her body as the vampire quickly began to consume the red liquid pumping inside her body. Each drop $he took, she felt weaker and weaker until eventually she stopped moving.
The vampire took some sadistic glee from finally killing and consuming $his landlord, stealing back all the sweat, tears, and blood that went to pay that inflated rent each month. It was a sickening glee from the feral act; this was 100% personal, a premeditated murder that really made $his night.
Then $Name kept drinking, stealing something more than her life, her greedy soul that was quickly ripped out of her body until there was nothing in her place but a pile of ashes.
So now, as soon as $he appeared, $Name vanished in the night. Nobody would ask why someone in this kind of building went missing, and by the time that lawyers and the government had decided who the new owner of the building was, the vampire would probably have a new place to live.
<figure class="tableSoul"><table><tbody><tr><td>
<img src="SanguisExHeroImages/Icons/KarenSoul.png" class="ImageBorderAvatars">
</td><td>
Karen's soul: A greedy soul that gives the user all her knowledge in managing and investing. Gives you 20% of current money per day thanks to your masterful investing tactics.</td></tr></tbody></table></figure>
<<nobr>>
<<set $Karen_1 to true>><<set $Karen_Soul to 1>><<set $HumanKilled to true>>
<h3><span><strong>You gain 5 units of blood</strong></span></h3>
<<if $Energy + 5 <= $Max_Energy >>
<<set $Energy to $Energy +5 >>
<<else>>
<<set $Blood_mutation_points to $Energy+3 - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<if $Energy + $Servants_daily_blood <= $Max_Energy >>
<<set $Energy to $Energy + $Servants_daily_blood >>
<<else>>
<<set $Blood_mutation_points to $Energy+ $Servants_daily_blood - $Max_Energy >>
<<set $Energy to $Max_Energy >>
<</if>>
<<set $Days to $Days+1>>
<<set $Karen_1 to true>>
<<set $Killing_Count to $Killing_Count +1>>
<</nobr>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Get pregnant, you fucking hag!” $Name roared and then buried $himself balls-deep into that completely stretched cunt, and $his massive balls clenched like a fist as they slapped against that fat ass.</td> </tr> </tbody> </table></figure>
The first of dozens of extra-thick mind-raping cum blasts burst out of $his manhood and right into her womb. Load after load of what was a gang-bang-worthy amount of cum drained into her in a single orgasm as Karen came her brains out.
Her pussy clenched and exploded in juice again while her legs locked around $his waist, almost demanding for $his semen to be drained into her slutty body. So $he did: a deluge of fertile seed blasted against her womb wall as the cockhead went past her cervix.<<set $Karen_Preg to true>>
<img src="SanguisExHeroImages/Sex/Karen/KarenSex1Breeding.png" class="ImageBorder" id="hp">Millions of hyper-aggressive vampire sperm swarmed her three ovules, punched out of their nest by the constant attack. They quickly attacked with the vigor that only a hungry undead creature would have, pounding on their walls like a horde of zombies trying to break down a barricaded house window. So much was the amount that her womb began to inflate from the sheer volume of the creamy spunk painting her inner walls white and making her $his personal breeding bitch forever. Finally, the five eggs gave in, and their genes mixed together, sealing Karen's fate as $his woman.
Karen’s eyes crossed as the massive creampie gave her the best orgasm of her life, making her ruined hole spasm violently around the throbbing fuck pole buried inside her.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp"> “Cu-cuming! Breed me, master! Turn me into your pregnant cumtoilet!” She begged, folding faster than a wet paper towel.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Continue.|Karen_intro_rude_3]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Get what you deserve, you greedy cum-guzzling hag!” $Name roared and then buried $himself balls-deep into that completely stretched cunt, and $his fat balls clenched like a fist as they slapped against that fat ass.</td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Sex/Karen/KarenSex1NoBreeding.png" class="ImageBorder" id="hp">
The first of dozens of extra-thick mind-raping cum blasts burst out of $his manhood and right into her womb. Load after load of what was a gang-bang-worthy amount of cum drained into her in a single orgasm as Karen came her brains out.
Her pussy clenched and exploded in juice again while her legs locked around $his waist, almost demanding for $his semen to be drained into her slutty body. So $he did: a deluge of fertile seed blasted against her womb wall as the cockhead went past her cervix.
Karen’s eyes crossed as the massive creampie gave her the best orgasm of her life, making her ruined hole spasm violently around the throbbing fuck pole buried inside her.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp"> “Cu-cuming! Fill me up, master! Turn me into your cum toilet!” She begged, folding faster than a wet paper towel.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Continue|Karen_intro_rude_3]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>$Name let $his cock rest inside Karen for a few seconds, feeling the rivers of white starting to spill from the edge of her pussy before pulling out, leaving the gaping hole oozing $his extra-thick vampiric cum. It was always impressive to see how much damage $he could do with that fat undead cock.
</p></td></tr></tbody></table></figure>
<hr>[[Drink her blood.|Karen_intro_bloodsuck]]
[[Don't drink her blood.|Karen_intro_rude_5]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">Karen took a few seconds to talk and then made a heart-shaped symbol with her hands around her pussy. “Fuuuuuuuuck, destroy my old hag pussy, master . . . want me to clean your thick and virile cock?” She purred and pulled out her tongue.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Sure . . . honestly, I thought this would be harder,” $Name confessed, looking around and making sure there were no cameras trying to catch $him.</td> </tr> </tbody> </table></figure>
The mature woman made a loud sigh and then collapsed on the sofa, her mouth writing checks that her old body couldn’t cash.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Nah . . . I was craving a thick cock to fuck me like that for years. It is hard to find that kind of thing in my social circles. Shame you are a vampire,” she mumbled.</td> </tr> </tbody> </table></figure><<nobr>><<if $Karen_servant != true >>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">
“How did you know?” the vampire asked, raising an eyebrow.</td> </tr> </tbody> </table></figure><br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Like, the way you were eying my neck? Master is really thirsty for some fine and aged slut blood, it seems,” Karen purred.</td> </tr> </tbody> </table></figure>
<</if>><</nobr>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Well, you are gonna keep the secret if you want to still get fucked like this,” the $boy answered, with a small smile on $his lips as $he sat beside her, taking $his time to prod and grab the body of the woman that had fucked $him with $his contract.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">She nodded and moaned when $Name began to play with her fat cow tits. “Don't worry, master, my old ass knows how to hide things from the law. You don't have ideas on how much taxes I evade,” Karen said, her nipples and clit still hard from the rough fucking.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Yeah . . . I can see that,” $he mumbled, rubbing the peaks between the tips of $his fingers.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“What is the deal with all this . . . Japanese stuff?” $Name finally asked and went to spread her legs, getting a good look at her completely stuffed cunt.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Oh, I am a huge weeb; I have been into that since I was a kid and had to get them on VHS,” she answered, making sure to show $him that for her age, she still had flexibility, putting her thick legs, grabbing them, and spreading them like an eagle.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Do you have any cosplays?” $Name asked, $his cock getting rock hard again.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Of course! A whole wardrobe! Even stuff that doesn't fit me anymore and looks extremely . . . lewd on my body, all for you, my big cock master,” she purred and then made two peace signs with her fingers.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name nodded. “Great, but you better do the character voices,” $he finally added.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Comensai, senpai, please use my ochinchi as your onahole!” The 40-year-old woman exclaimed while crossing her eyes with a HORRIBLE use of Japanese, the kind of foul language that only those who had watched anime all their lives and didn't take a single lesson could use</td> </tr> </tbody> </table></figure>
<<set $Days to $Days+1>>
<<set $Karen_1 to true>><<set $Fucking_Count to $Fucking_Count +1>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Come on! Make me a mommy!” Karen yelled, her cunt, arms, and legs grappling $Name so the vampire would shoot a point-blank blast of seed into her mature womb.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Fi-Fine! Get pregnant!” $Name roared and then buried $himself balls-deep into that completely stretched cunt, and $his massive balls clenched like a fist as they slapped against that fat ass.</td> </tr> </tbody> </table></figure>
The first of dozens of extra-thick mind-raping cum blasts burst out of $his manhood and right into her womb. Load after load of what was a gang-bang-worthy amount of cum drained into her in a single orgasm as Karen came her brains out.
Her pussy clenched and exploded in juice again while her legs locked around $his waist, almost demanding for $his semen to be drained into her slutty body. So $he did: a deluge of fertile seed blasted against her womb wall as the cockhead went past her cervix.<<set $Karen_Preg to true>>
<img src="SanguisExHeroImages/Sex/Karen/KarenSex1Breeding.png" class="ImageBorder" id="hp">
Millions of hyper-aggressive vampire sperm swarmed her three ovules, punched out of their nest by the constant attack. They quickly attacked with the vigor that only a hungry undead creature would have, pounding on their walls like a horde of zombies trying to break down a barricaded house window. So much was the amount that her womb began to inflate from the sheer volume of the creamy spunk painting her inner walls white and making the woman $his personal breeding bitch forever. Finally, the eggs gave in, and their genes mixed together, sealing Karen's fate as $his woman.
Karen’s eyes crossed as the massive creampie gave her the best orgasm of her life, making her ruined hole spasm violently around the throbbing fuck pole buried inside her.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Cu-cuming! Breed me, you stud!” She begged, folding faster than a wet paper towel.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Continue|Karen_intro_gentle_3]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p><figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Come on, you fucking peasant! Drain your fats just in my cunt!” Karen yelled, begging $him to finish inside.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Fi-fine! Ahhhhh! Fuck!” $Name roared and then buried $himself balls-deep into that completely stretched cunt, and $his fat balls clenched like a fist as they slapped against that fat ass.</td> </tr> </tbody> </table></figure>
<img src="SanguisExHeroImages/Sex/Karen/KarenSex1NoBreeding.png" class="ImageBorder" id="hp">
The first of dozens of extra-thick mind-raping cum blasts burst out of $his manhood and right into her womb. Load after load of what was a gang-bang-worthy amount of cum drained into her in a single orgasm as Karen came her brains out.
Her pussy clenched and exploded in juice again while her legs locked around $his waist, almost demanding for $his semen to be drained into her slutty body. So $he did: a deluge of fertile seed blasted against her womb wall as the cockhead went past her cervix.
Karen’s eyes crossed as the massive creampie gave her the best orgasm of her life, making her ruined hole spasm violently around the throbbing fuck pole buried inside her.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Cu-cuming! Fill me up, stud! Pay your rent in cum!” She begged, folding faster than a wet paper towel.</td> </tr> </tbody> </table></figure>
</p></td></tr></tbody></table></figure>
<hr>[[Continue.|Karen_intro_gentle_3]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
$Name let $his cock rest inside Karen for a few seconds, feeling the rivers of white starting to spill from the edge of her pussy before pulling out, leaving the gaping hole oozing $his extra-thick vampiric cum. It was always impressive to see how much damage $he could do with that fat undead cock.
</p></td></tr></tbody></table></figure>
<hr>[[Drink her blood.|Karen_intro_bloodsuck]]
[[Don't drink her blood.|Karen_intro_gentle_5]]<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top"><p>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">Karen took a few seconds to talk and then made a heart-shaped symbol with her hands around her pussy. “Fuuuuuuuuck, great job, stud . . . you really know how to make an old lady feel young again,” she purred and pulled out her tongue.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Thanks . . . honestly, I thought this would be harder,” $Name confessed, looking around and making sure there were no cameras trying to catch $him.</td> </tr> </tbody> </table></figure>
The mature woman made a loud sigh and then collapsed on the sofa, her mouth writing checks that her old body couldn’t cash.
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Nah . . . I was craving a so-thick cock to fuck me like that for years. It is hard to find that kind of thing in my social circles. Shame you are a vampire,” she mumbled.</td> </tr> </tbody> </table></figure>
<<nobr>><<if $Karen_servant != true >>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“How did you know?” the vampire asked, raising an eyebrow.</td> </tr> </tbody> </table></figure> <br>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Like, the way you were eying my neck? Master is really thirsty for some fine and aged slut blood, it seems,” Karen purred.</td> </tr> </tbody> </table></figure>
<</if>><</nobr>>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Well, can you keep the secret? I need to not be in jail to fuck you,” the $boy asked, with a small smile on $his lips as $he sat beside her, taking $his time to prod and grab the body of the woman that had fucked $him with $his contract.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">She nodded and moaned when $Name began to play with her fat cow tits. “Don't worry, darling; my old ass knows how to hide things from the law. You don't have ideas on how much taxes I evade,” Karen said, her nipples and clit still hard from the rough fucking.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Yeah . . . I can see that,” $he mumbled, rubbing the peaks between the tips of $his fingers.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“What is the deal with all this . . . Japanese stuff?” $Name finally asked and went to spread her legs, getting a good look at her completely stuffed cunt.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Oh, I am a huge weeb; I have been into that since I was a kid and had to get them on VHS,” she answered, making sure to show $him that for her age, she still had flexibility, putting her thick legs, grabbing them, and spreading them like an eagle.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">“Do you have any cosplays?” $Name asked, $his cock getting rock hard again.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Of course! A whole wardrobe! Even stuff that doesn't fit me anymore and looks extremely . . . lewd on my body, since you are being such a good stud,” she purred and then made two peace signs with her fingers.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img @src=$player_avatar_mini class="ImageBorderAvatars" id="hp">$Name nodded. “Great, but you better do the character voices,” $he finally added.</td> </tr> </tbody> </table></figure>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">“Comenasay, senpai, please use my ochinchi as your onahole!” The 40-year-old woman exclaimed while crossing her eyes with a HORRIBLE use of Japanese, the kind of foul language that only those who had watched anime all their lives and didn't take a single lesson could use.</td> </tr> </tbody> </table></figure>
<<set $Days to $Days+1>><<set $Karen_1 to true>><<set $Fucking_Count to $Fucking_Count +1>>
</p></td></tr></tbody></table></figure>
<hr>[[Return|Main_Hub]]
<figure class="table"> <table><tbody><tr><td style="background-color:rgba(23, 22, 17, 0.2);border-color:rgba(23, 22, 17, 1);border-style:solid;vertical-align:top">
<<nobr>><<if $Genre == "Male">>
$Name was in his bathroom and looking at himself in the mirror, trying to experiment with his new power. It was easy for his body to change, and he felt the heat spreading from his undead heart to the rest of his body.<br><br>
From a he to a she in less than a minute.<br><br>
What was once a flat pectoralis grew and expanded into a set of soft breasts; his hips widened, and his shoulder span became narrower. Even his face structure began to crack and reshape to become softer and more feminine, like his voice tone.<br><br>
Now, what was looking in the mirror was not a man but a woman.<br><br>
<<if ($Zoey_1 == true && $Zoey_Soul == false) >>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">"Daaaaaaaamn, stud. I am honestly surprised how you can so easily change shape. Being able to switch from male to female is going to be super helpful for keeping your vampire identity safe when you go around fucking shit up," Zoey commented.</td> </tr> </tbody> </table></figure><br>
<</if>>
<<if ($Alex_1 == true && $Alex_Soul == false) >>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">"Hmmmm, I mean . . . I like pecs more than boobs, but . . . for you . . . you know . . . yeah, I could get used to this," Alex muttered, blushing a little bit.</td> </tr> </tbody> </table></figure><br>
<</if>>
<<if ($Gwen_1 == true && $Gwen_Soul == false) >>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">"Oh, you learned how to change teams? Neat. Did it one time to check how it felt having a cock, but it is like . . . too much work? All the thrusting gets annoying after a few rounds," Gwen said, clearly fine with whatever Wilson decided to be.</td> </tr> </tbody> </table></figure><br>
<</if>>
<<if ($Karen_1 == true && $Karen_Soul == false) >>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">"Fuck, never thought that I would fuck a futanari with a massive cock before. That is kinda . . . super hot," Karen said and bit her lower lip.</td> </tr> </tbody> </table></figure><br>
<</if>>
<<set $Genre to "Futanari">>
<<if $player_avatar == "SanguisExHeroImages/Avatars/PlayerMale.png">>
<<set $player_avatar to "SanguisExHeroImages/Avatars/PlayerFemale.png">>
<<set $player_avatar_mini to "SanguisExHeroImages/Avatars/GirlMini.png">>
<</if>>
<<if $player_avatar == "SanguisExHeroImages/Avatars/PlayerJock.png">>
<<set $player_avatar to "SanguisExHeroImages/Avatars/PlayerAmazon.png">>
<<set $player_avatar_mini to "SanguisExHeroImages/Avatars/AmazonMini.png">>
<</if>>
<<if $player_avatar == "SanguisExHeroImages/Avatars/PlayerFemboy.png">>
<<set $player_avatar to "SanguisExHeroImages/Avatars/PlayerShortack.png">>
<<set $player_avatar_mini to "SanguisExHeroImages/Avatars/GremblingMini.png">>
<</if>>
<<else>>
<<set $Genre to "Male">>
$Name was in her bathroom and looking at herself in the mirror, trying to experiment with her new power. It was easy for her body to change, and she felt the heat spreading from her undead heart to the rest of her body. <br><br>
From a she to a he in less than a minute.<br><br>
What was once a set of soft breasts was reduced to flat pectorals; her hips narrowed, and her shoulder span became wider. Even her face structure began to crack and reshape to become sharper and more masculine, like her voice.<br><br>
Now, what was looking in the mirror was not a woman but a man.<br>
<<if ($Zoey_1 == true && $Zoey_Soul == false) >>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/ZoeyMini.png" class="ImageBorderAvatars" id="hp">"Ok, that is fucking cheating. You can switch to male to avoid period cramps? Well . . . I guess with a cock you never had to worry about it in the first place," Zoey complained and then shook her head.</td> </tr> </tbody> </table></figure><br>
<</if>>
<<if ($Alex_1 == true && $Alex_Soul == false) >>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/AlexMini.png" class="ImageBorderAvatars" id="hp">"Oh, you are a man now? That is . . . cool . . . I mean! I don't have problems with women with penises! I actually like them! Well, I like whatever you are!" Alex babbled, blushing and clearly messing things up, trying to say that she was more into men than into women but would tap both.</td> </tr> </tbody> </table></figure><br>
<</if>>
<<if ($Gwen_1 == true && $Gwen_Soul == false) >>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/GwenMini.png" class="ImageBorderAvatars" id="hp">"Finally getting the hang of changing your shape? Fucking amazing! We are going to have so much fun with it," Gwen purred and bit her lower lip.</td> </tr> </tbody> </table></figure><br>
<</if>>
<<if ($Karen_1 == true && $Karen_Soul == false) >>
<figure class="table"><table> <tbody> <tr> <td style="border-color:hsl(340, 82%, 52%);border-style:solid;"><img src="SanguisExHeroImages/Avatars/KarenMini.png" class="ImageBorderAvatars" id="hp">"So you are a man now? Well . . . if someday we meet my parents, things would go easier then. They are not really open to their daughter dating another woman. Couldn't give less of a fuck, but I have 4 brothers and 3 sisters to fight for the inheritance," Karen explained with a tired tone.</td> </tr> </tbody> </table></figure><br>
<</if>>
<<if $player_avatar == " SanguisExHeroImages/Avatars/PlayerFemale.png" >>
<<set $player_avatar to "SanguisExHeroImages/Avatars/PlayerMale.png">>
<<set $player_avatar_mini to "SanguisExHeroImages/Avatars/MaleMini.png">>
<</if>>
<<if $player_avatar == "SanguisExHeroImages/Avatars/PlayerShortack.png">>
<<set $player_avatar to "SanguisExHeroImages/Avatars/PlayerFemboy.png">>
<<set $player_avatar_mini to "SanguisExHeroImages/Avatars/FemboyMini.png">>
<</if>>
<<if $player_avatar == "SanguisExHeroImages/Avatars/PlayerAmazon.png">>
<<set $player_avatar to "SanguisExHeroImages/Avatars/PlayerJock.png">>
<<set $player_avatar_mini to "SanguisExHeroImages/Avatars/JockMini.png">>
<</if>>
<br>
<</if>>
<</nobr>>
</td></tr></tbody></table></figure>
<hr>
[[Return |Main_Hub]]